Html Css Color HEX #712C0B Baker's Chocolate

📋 copy color: '#712C0B'

red 113 ◦ green 44 ◦ blue 11

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

Shades of Baker's Chocolate #712C0B

Tints of Baker's Chocolate #712C0B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.19%

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

R = 67.26%
G = 26.19%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#712C0B (or 0x712C0B) is known color: Baker's Chocolate. HEX triplet: 71, 2C and 0B. RGB value is (113,44,11). Sum of RGB (Red+Green+Blue) = 113+44+11=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #712C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712C0B is #8ED3F4. Grayscale: #3D3D3D. Windows color (decimal): -9360373 or 732273. OLE color: 732273.

HSL color Cylindrical-coordinate representation of color #712C0B: hue angle of 19.41º 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 #712C0B is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 44 11 -
CMYK 0 0.61 0.90 0.56
HSL 19.41º 0.82% 0.24% -
HSV(B) 19.41º 0.9% 0.44% -
XYZ 7.77 5.34 0.94 -
YUV 60.87 99.86 165.18 -
System Red Green Blue C M Y K H S L
Decimal 113 44 11 0 0.61 0.90 0.56 19.41 0.82 0.24
Hex 71 2C B 0 3D 5A 38 13 52 18
Octal 161 54 13 0 75 132 70 23 122 30
Binary 1110001 101100 1011 0 111101 1011010 111000 10011 1010010 11000

Color Harmonies of #712C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712C0B

Black with #712C0B

Text Example


Text Example

White with #712C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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