Html Css Color HEX #712907 Baker's Chocolate

📋 copy color: '#712907'

red 113 ◦ green 41 ◦ blue 7

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

Shades of Baker's Chocolate #712907

Tints of Baker's Chocolate #712907

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.47%

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

R = 70.19%
G = 25.47%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#712907 (or 0x712907) is known color: Baker's Chocolate. HEX triplet: 71, 29 and 07. RGB value is (113,41,7). Sum of RGB (Red+Green+Blue) = 113+41+7=161 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.19% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 113 - color contains mainly: red. Hex color #712907 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712907 is #8ED6F8. Grayscale: #3A3A3A. Windows color (decimal): -9361145 or 469361. OLE color: 469361.

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

Color convert

RGB 113 41 7 -
CMYK 0 0.64 0.94 0.56
HSL 19.25º 0.88% 0.24% -
HSV(B) 19.25º 0.94% 0.44% -
XYZ 7.64 5.11 0.78 -
YUV 58.65 98.85 166.76 -
System Red Green Blue C M Y K H S L
Decimal 113 41 7 0 0.64 0.94 0.56 19.25 0.88 0.24
Hex 71 29 7 0 40 5E 38 13 58 18
Octal 161 51 7 0 100 136 70 23 130 30
Binary 1110001 101001 111 0 1000000 1011110 111000 10011 1011000 11000

Color Harmonies of #712907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712907

Black with #712907

Text Example


Text Example

White with #712907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712907; }

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

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

background-color css

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

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

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

border-color css

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

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

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