Html Css Color HEX #672913 Baker's Chocolate

📋 copy color: '#672913'

red 103 ◦ green 41 ◦ blue 19

#672913
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #672913

Tints of Baker's Chocolate #672913

RGB

 RED value IS 103 (40.63% from 255) = 63.19%

 GREEN value IS 41 (16.41% from 255) = 25.15%

 BLUE value IS 19 (7.81% from 255) = 11.66%

R = 63.19%
G = 25.15%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#672913 (or 0x672913) is known color: Baker's Chocolate. HEX triplet: 67, 29 and 13. RGB value is (103,41,19). Sum of RGB (Red+Green+Blue) = 103+41+19=163 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.19% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 103 - color contains mainly: red. Hex color #672913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672913 is #98D6EC. Grayscale: #393939. Windows color (decimal): -10016493 or 1255783. OLE color: 1255783.

HSL color Cylindrical-coordinate representation of color #672913: hue angle of 15.71º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #672913 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 41 19 -
CMYK 0 0.60 0.82 0.60
HSL 15.71º 0.69% 0.24% -
HSV(B) 15.71º 0.82% 0.4% -
XYZ 6.5 4.52 1.15 -
YUV 57.03 106.54 160.79 -
System Red Green Blue C M Y K H S L
Decimal 103 41 19 0 0.60 0.82 0.60 15.71 0.69 0.24
Hex 67 29 13 0 3C 52 3C 10 45 18
Octal 147 51 23 0 74 122 74 20 105 30
Binary 1100111 101001 10011 0 111100 1010010 111100 10000 1000101 11000

Color Harmonies of #672913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672913

Black with #672913

Text Example


Text Example

White with #672913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672913; }

 p { color: rgb(103,41,19); }

 H1.HeaderClassName
 {
   color: #672913;
 }
 .AnyTagClassName
 {
   color: #672913;
 }
</style>

background-color css

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

 a { background-color: rgb(103,41,19); }

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

border-color css

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

 span { border-color: rgb(103,41,19); }

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