Html Css Color HEX #712F07 Baker's Chocolate

📋 copy color: '#712F07'

red 113 ◦ green 47 ◦ blue 7

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

Shades of Baker's Chocolate #712F07

Tints of Baker's Chocolate #712F07

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.14%

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

R = 67.66%
G = 28.14%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#712F07 (or 0x712F07) is known color: Baker's Chocolate. HEX triplet: 71, 2F and 07. RGB value is (113,47,7). Sum of RGB (Red+Green+Blue) = 113+47+7=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 7 (3.12% from 255 or 4.19% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #712F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712F07 is #8ED0F8. Grayscale: #3E3E3E. Windows color (decimal): -9359609 or 470897. OLE color: 470897.

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

Color convert

RGB 113 47 7 -
CMYK 0 0.58 0.94 0.56
HSL 22.64º 0.88% 0.24% -
HSV(B) 22.64º 0.94% 0.44% -
XYZ 7.86 5.56 0.86 -
YUV 62.17 96.87 164.25 -
System Red Green Blue C M Y K H S L
Decimal 113 47 7 0 0.58 0.94 0.56 22.64 0.88 0.24
Hex 71 2F 7 0 3A 5E 38 17 58 18
Octal 161 57 7 0 72 136 70 27 130 30
Binary 1110001 101111 111 0 111010 1011110 111000 10111 1011000 11000

Color Harmonies of #712F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F07

Black with #712F07

Text Example


Text Example

White with #712F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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