Html Css Color HEX #712D0B Baker's Chocolate

📋 copy color: '#712D0B'

red 113 ◦ green 45 ◦ blue 11

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

Shades of Baker's Chocolate #712D0B

Tints of Baker's Chocolate #712D0B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.63%

 BLUE value IS 11 (4.69% from 255) = 6.51%

R = 66.86%
G = 26.63%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#712D0B (or 0x712D0B) is known color: Baker's Chocolate. HEX triplet: 71, 2D and 0B. RGB value is (113,45,11). Sum of RGB (Red+Green+Blue) = 113+45+11=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #712D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712D0B is #8ED2F4. Grayscale: #3D3D3D. Windows color (decimal): -9360117 or 732529. OLE color: 732529.

HSL color Cylindrical-coordinate representation of color #712D0B: hue angle of 20º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #712D0B is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 45 11 -
CMYK 0 0.60 0.90 0.56
HSL 20º 0.82% 0.24% -
HSV(B) 20º 0.9% 0.44% -
XYZ 7.81 5.41 0.95 -
YUV 61.46 99.53 164.76 -
System Red Green Blue C M Y K H S L
Decimal 113 45 11 0 0.60 0.90 0.56 20 0.82 0.24
Hex 71 2D B 0 3C 5A 38 14 52 18
Octal 161 55 13 0 74 132 70 24 122 30
Binary 1110001 101101 1011 0 111100 1011010 111000 10100 1010010 11000

Color Harmonies of #712D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712D0B

Black with #712D0B

Text Example


Text Example

White with #712D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712D0B; }

 p { color: rgb(113,45,11); }

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

background-color css

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

 a { background-color: rgb(113,45,11); }

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

border-color css

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

 span { border-color: rgb(113,45,11); }

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