Html Css Color HEX #712607 Baker's Chocolate

📋 copy color: '#712607'

red 113 ◦ green 38 ◦ blue 7

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

Shades of Baker's Chocolate #712607

Tints of Baker's Chocolate #712607

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.05%

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

R = 71.52%
G = 24.05%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#712607 (or 0x712607) is known color: Baker's Chocolate. HEX triplet: 71, 26 and 07. RGB value is (113,38,7). Sum of RGB (Red+Green+Blue) = 113+38+7=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #712607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712607 is #8ED9F8. Grayscale: #393939. Windows color (decimal): -9361913 or 468593. OLE color: 468593.

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

Color convert

RGB 113 38 7 -
CMYK 0 0.66 0.94 0.56
HSL 17.55º 0.88% 0.24% -
HSV(B) 17.55º 0.94% 0.44% -
XYZ 7.54 4.91 0.75 -
YUV 56.89 99.85 168.02 -
System Red Green Blue C M Y K H S L
Decimal 113 38 7 0 0.66 0.94 0.56 17.55 0.88 0.24
Hex 71 26 7 0 42 5E 38 12 58 18
Octal 161 46 7 0 102 136 70 22 130 30
Binary 1110001 100110 111 0 1000010 1011110 111000 10010 1011000 11000

Color Harmonies of #712607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712607

Black with #712607

Text Example


Text Example

White with #712607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712607; }

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

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

background-color css

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

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

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

border-color css

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

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

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