Html Css Color HEX #712C0A Baker's Chocolate

📋 copy color: '#712C0A'

red 113 ◦ green 44 ◦ blue 10

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

Shades of Baker's Chocolate #712C0A

Tints of Baker's Chocolate #712C0A

RGB

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

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

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

R = 67.66%
G = 26.35%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#712C0A (or 0x712C0A) is known color: Baker's Chocolate. HEX triplet: 71, 2C and 0A. RGB value is (113,44,10). Sum of RGB (Red+Green+Blue) = 113+44+10=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #712C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712C0A is #8ED3F5. Grayscale: #3C3C3C. Windows color (decimal): -9360374 or 666737. OLE color: 666737.

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

Color convert

RGB 113 44 10 -
CMYK 0 0.61 0.91 0.56
HSL 19.81º 0.84% 0.24% -
HSV(B) 19.81º 0.91% 0.44% -
XYZ 7.77 5.33 0.91 -
YUV 60.76 99.36 165.26 -
System Red Green Blue C M Y K H S L
Decimal 113 44 10 0 0.61 0.91 0.56 19.81 0.84 0.24
Hex 71 2C A 0 3D 5B 38 14 54 18
Octal 161 54 12 0 75 133 70 24 124 30
Binary 1110001 101100 1010 0 111101 1011011 111000 10100 1010100 11000

Color Harmonies of #712C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712C0A

Black with #712C0A

Text Example


Text Example

White with #712C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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