Html Css Color HEX #712A0A Baker's Chocolate

📋 copy color: '#712A0A'

red 113 ◦ green 42 ◦ blue 10

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

Shades of Baker's Chocolate #712A0A

Tints of Baker's Chocolate #712A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.06%

R = 68.48%
G = 25.45%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#712A0A (or 0x712A0A) is known color: Baker's Chocolate. HEX triplet: 71, 2A and 0A. RGB value is (113,42,10). Sum of RGB (Red+Green+Blue) = 113+42+10=165 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.48% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 113 - color contains mainly: red. Hex color #712A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712A0A is #8ED5F5. Grayscale: #3B3B3B. Windows color (decimal): -9360886 or 666225. OLE color: 666225.

HSL color Cylindrical-coordinate representation of color #712A0A: hue angle of 18.64º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #712A0A is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 42 10 -
CMYK 0 0.63 0.91 0.56
HSL 18.64º 0.84% 0.24% -
HSV(B) 18.64º 0.91% 0.44% -
XYZ 7.69 5.19 0.88 -
YUV 59.58 100.02 166.1 -
System Red Green Blue C M Y K H S L
Decimal 113 42 10 0 0.63 0.91 0.56 18.64 0.84 0.24
Hex 71 2A A 0 3F 5B 38 13 54 18
Octal 161 52 12 0 77 133 70 23 124 30
Binary 1110001 101010 1010 0 111111 1011011 111000 10011 1010100 11000

Color Harmonies of #712A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712A0A

Black with #712A0A

Text Example


Text Example

White with #712A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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