#673419

Color #673419 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #673419

Tints of Baker's Chocolate #673419

Color information

#673419 (or 0x673419) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 34 and 19. RGB value is (103,52,25). Sum of RGB (Red+Green+Blue) = 103+52+25=180 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.22% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 103 - color contains mainly: red. Hex color #673419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673419 is #98CBE6. Grayscale: #404040. Windows color (decimal): -10013671 or 1651815. OLE color: 1651815.

HSL color Cylindrical-coordinate representation of color #673419: hue angle of 20.77º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #673419 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB1035225-
CMYK00.500.760.60
HSL20.77º60.94%25.1%-
HSV(B)20.77º75.73%40.39%-
XYZ75.411.6-
YUV64.17105.9155.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 57.22%
GREEN value IS 52 (20.70% from 255) = 28.89%
BLUE value IS 25 (10.16% from 255) = 13.89%
R=57.22%
G=28.89%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103522500.500.760.6020.7760.9425.1
Hex6734190324C3C153d19
Octal147643106211474257531
Binary110011111010011001011001010011001111001010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673419; }

 p { color: rgb(103,52,25); }

 H1.HeaderClassName
 {
   color: #673419;
 }
 .AnyTagClassName
 {
   color: #673419;
 }
</style>
background-color css

<style>
 a { background-color: #673419; }

 a { background-color: rgb(103,52,25); }

 div.DivClassName
 {
   background-color: #673419;
 }
 .BgClassName
 {
   background-color: #673419;
 }
</style>
border-color css

<style>
 span { border-color: #673419; }

 span { border-color: rgb(103,52,25); }

 td.TdClassName
 {
   border-color: #673419;
 }
 .TagClassName
 {
   border-color: #673419;
 }
</style>