Html Css Color HEX #712407 Baker's Chocolate

📋 copy color: '#712407'

red 113 ◦ green 36 ◦ blue 7

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

Shades of Baker's Chocolate #712407

Tints of Baker's Chocolate #712407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.49%

R = 72.44%
G = 23.08%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#712407 (or 0x712407) is known color: Baker's Chocolate. HEX triplet: 71, 24 and 07. RGB value is (113,36,7). Sum of RGB (Red+Green+Blue) = 113+36+7=156 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.44% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 7 (3.12% from 255 or 4.49% from 156); Max value from RGB is 113 - color contains mainly: red. Hex color #712407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712407 is #8EDBF8. Grayscale: #373737. Windows color (decimal): -9362425 or 468081. OLE color: 468081.

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

Color convert

RGB 113 36 7 -
CMYK 0 0.68 0.94 0.56
HSL 16.42º 0.88% 0.24% -
HSV(B) 16.42º 0.94% 0.44% -
XYZ 7.48 4.79 0.73 -
YUV 55.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 113 36 7 0 0.68 0.94 0.56 16.42 0.88 0.24
Hex 71 24 7 0 44 5E 38 10 58 18
Octal 161 44 7 0 104 136 70 20 130 30
Binary 1110001 100100 111 0 1000100 1011110 111000 10000 1011000 11000

Color Harmonies of #712407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712407

Black with #712407

Text Example


Text Example

White with #712407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712407; }

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

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

background-color css

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

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

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

border-color css

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

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

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