Html Css Color HEX #712404 Baker's Chocolate

📋 copy color: '#712404'

red 113 ◦ green 36 ◦ blue 4

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

Shades of Baker's Chocolate #712404

Tints of Baker's Chocolate #712404

RGB

 RED value IS 113 (44.53% from 255) = 73.86%

 GREEN value IS 36 (14.45% from 255) = 23.53%

 BLUE value IS 4 (1.95% from 255) = 2.61%

R = 73.86%
G = 23.53%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#712404 (or 0x712404) is known color: Baker's Chocolate. HEX triplet: 71, 24 and 04. RGB value is (113,36,4). Sum of RGB (Red+Green+Blue) = 113+36+4=153 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.86% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 113 - color contains mainly: red. Hex color #712404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712404 is #8EDBFB. Grayscale: #373737. Windows color (decimal): -9362428 or 271473. OLE color: 271473.

HSL color Cylindrical-coordinate representation of color #712404: hue angle of 17.61º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #712404 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 36 4 -
CMYK 0 0.68 0.96 0.56
HSL 17.61º 0.93% 0.23% -
HSV(B) 17.61º 0.96% 0.44% -
XYZ 7.46 4.78 0.64 -
YUV 55.38 99.01 169.1 -
System Red Green Blue C M Y K H S L
Decimal 113 36 4 0 0.68 0.96 0.56 17.61 0.93 0.23
Hex 71 24 4 0 44 60 38 12 5D 17
Octal 161 44 4 0 104 140 70 22 135 27
Binary 1110001 100100 100 0 1000100 1100000 111000 10010 1011101 10111

Color Harmonies of #712404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712404

Black with #712404

Text Example


Text Example

White with #712404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712404; }

 p { color: rgb(113,36,4); }

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

background-color css

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

 a { background-color: rgb(113,36,4); }

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

border-color css

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

 span { border-color: rgb(113,36,4); }

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