Html Css Color HEX #712509 Baker's Chocolate

📋 copy color: '#712509'

red 113 ◦ green 37 ◦ blue 9

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

Shades of Baker's Chocolate #712509

Tints of Baker's Chocolate #712509

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.27%

 BLUE value IS 9 (3.91% from 255) = 5.66%

R = 71.07%
G = 23.27%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#712509 (or 0x712509) is known color: Baker's Chocolate. HEX triplet: 71, 25 and 09. RGB value is (113,37,9). Sum of RGB (Red+Green+Blue) = 113+37+9=159 (21% of max value = 765). Red value is 113 (44.53% from 255 or 71.07% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 113 - color contains mainly: red. Hex color #712509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712509 is #8EDAF6. Grayscale: #383838. Windows color (decimal): -9362167 or 599409. OLE color: 599409.

HSL color Cylindrical-coordinate representation of color #712509: hue angle of 16.15º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #712509 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 37 9 -
CMYK 0 0.67 0.92 0.56
HSL 16.15º 0.85% 0.24% -
HSV(B) 16.15º 0.92% 0.44% -
XYZ 7.52 4.85 0.8 -
YUV 56.53 101.18 168.28 -
System Red Green Blue C M Y K H S L
Decimal 113 37 9 0 0.67 0.92 0.56 16.15 0.85 0.24
Hex 71 25 9 0 43 5C 38 10 55 18
Octal 161 45 11 0 103 134 70 20 125 30
Binary 1110001 100101 1001 0 1000011 1011100 111000 10000 1010101 11000

Color Harmonies of #712509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712509

Black with #712509

Text Example


Text Example

White with #712509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712509; }

 p { color: rgb(113,37,9); }

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

background-color css

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

 a { background-color: rgb(113,37,9); }

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

border-color css

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

 span { border-color: rgb(113,37,9); }

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