Html Css Color HEX #712707 Baker's Chocolate

📋 copy color: '#712707'

red 113 ◦ green 39 ◦ blue 7

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

Shades of Baker's Chocolate #712707

Tints of Baker's Chocolate #712707

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.53%

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

R = 71.07%
G = 24.53%
B = 4.4%

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

#712707 (or 0x712707) is known color: Baker's Chocolate. HEX triplet: 71, 27 and 07. RGB value is (113,39,7). Sum of RGB (Red+Green+Blue) = 113+39+7=159 (21% of max value = 765). Red value is 113 (44.53% from 255 or 71.07% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 113 - color contains mainly: red. Hex color #712707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712707 is #8ED8F8. Grayscale: #393939. Windows color (decimal): -9361657 or 468849. OLE color: 468849.

HSL color Cylindrical-coordinate representation of color #712707: hue angle of 18.11º 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 #712707 is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 39 7 -
CMYK 0 0.65 0.94 0.56
HSL 18.11º 0.88% 0.24% -
HSV(B) 18.11º 0.94% 0.44% -
XYZ 7.57 4.98 0.76 -
YUV 57.48 99.52 167.6 -
System Red Green Blue C M Y K H S L
Decimal 113 39 7 0 0.65 0.94 0.56 18.11 0.88 0.24
Hex 71 27 7 0 41 5E 38 12 58 18
Octal 161 47 7 0 101 136 70 22 130 30
Binary 1110001 100111 111 0 1000001 1011110 111000 10010 1011000 11000

Color Harmonies of #712707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712707

Black with #712707

Text Example


Text Example

White with #712707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712707; }

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

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

background-color css

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

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

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

border-color css

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

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

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