Html Css Color HEX #712807 Baker's Chocolate

📋 copy color: '#712807'

red 113 ◦ green 40 ◦ blue 7

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

Shades of Baker's Chocolate #712807

Tints of Baker's Chocolate #712807

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25%

 BLUE value IS 7 (3.13% from 255) = 4.38%

R = 70.63%
G = 25%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#712807 (or 0x712807) is known color: Baker's Chocolate. HEX triplet: 71, 28 and 07. RGB value is (113,40,7). Sum of RGB (Red+Green+Blue) = 113+40+7=160 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.62% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 7 (3.12% from 255 or 4.38% from 160); Max value from RGB is 113 - color contains mainly: red. Hex color #712807 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712807 is #8ED7F8. Grayscale: #3A3A3A. Windows color (decimal): -9361401 or 469105. OLE color: 469105.

HSL color Cylindrical-coordinate representation of color #712807: hue angle of 18.68º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #712807 is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 40 7 -
CMYK 0 0.65 0.94 0.56
HSL 18.68º 0.88% 0.24% -
HSV(B) 18.68º 0.94% 0.44% -
XYZ 7.61 5.04 0.77 -
YUV 58.07 99.18 167.18 -
System Red Green Blue C M Y K H S L
Decimal 113 40 7 0 0.65 0.94 0.56 18.68 0.88 0.24
Hex 71 28 7 0 41 5E 38 13 58 18
Octal 161 50 7 0 101 136 70 23 130 30
Binary 1110001 101000 111 0 1000001 1011110 111000 10011 1011000 11000

Color Harmonies of #712807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712807

Black with #712807

Text Example


Text Example

White with #712807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712807; }

 p { color: rgb(113,40,7); }

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

background-color css

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

 a { background-color: rgb(113,40,7); }

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

border-color css

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

 span { border-color: rgb(113,40,7); }

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