Html Css Color HEX #712307 Baker's Chocolate

📋 copy color: '#712307'

red 113 ◦ green 35 ◦ blue 7

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

Shades of Baker's Chocolate #712307

Tints of Baker's Chocolate #712307

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.58%

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

R = 72.9%
G = 22.58%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#712307 (or 0x712307) is known color: Baker's Chocolate. HEX triplet: 71, 23 and 07. RGB value is (113,35,7). Sum of RGB (Red+Green+Blue) = 113+35+7=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #712307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712307 is #8EDCF8. Grayscale: #373737. Windows color (decimal): -9362681 or 467825. OLE color: 467825.

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

Color convert

RGB 113 35 7 -
CMYK 0 0.69 0.94 0.56
HSL 15.85º 0.88% 0.24% -
HSV(B) 15.85º 0.94% 0.44% -
XYZ 7.45 4.73 0.72 -
YUV 55.13 100.84 169.28 -
System Red Green Blue C M Y K H S L
Decimal 113 35 7 0 0.69 0.94 0.56 15.85 0.88 0.24
Hex 71 23 7 0 45 5E 38 10 58 18
Octal 161 43 7 0 105 136 70 20 130 30
Binary 1110001 100011 111 0 1000101 1011110 111000 10000 1011000 11000

Color Harmonies of #712307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712307

Black with #712307

Text Example


Text Example

White with #712307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712307; }

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

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

background-color css

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

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

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

border-color css

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

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

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