Html Css Color HEX #712A0B Baker's Chocolate

📋 copy color: '#712A0B'

red 113 ◦ green 42 ◦ blue 11

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

Shades of Baker's Chocolate #712A0B

Tints of Baker's Chocolate #712A0B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.3%

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

R = 68.07%
G = 25.3%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#712A0B (or 0x712A0B) is known color: Baker's Chocolate. HEX triplet: 71, 2A and 0B. RGB value is (113,42,11). Sum of RGB (Red+Green+Blue) = 113+42+11=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #712A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712A0B is #8ED5F4. Grayscale: #3B3B3B. Windows color (decimal): -9360885 or 731761. OLE color: 731761.

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

Color convert

RGB 113 42 11 -
CMYK 0 0.63 0.90 0.56
HSL 18.24º 0.82% 0.24% -
HSV(B) 18.24º 0.9% 0.44% -
XYZ 7.7 5.19 0.91 -
YUV 59.7 100.52 166.02 -
System Red Green Blue C M Y K H S L
Decimal 113 42 11 0 0.63 0.90 0.56 18.24 0.82 0.24
Hex 71 2A B 0 3F 5A 38 12 52 18
Octal 161 52 13 0 77 132 70 22 122 30
Binary 1110001 101010 1011 0 111111 1011010 111000 10010 1010010 11000

Color Harmonies of #712A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712A0B

Black with #712A0B

Text Example


Text Example

White with #712A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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