Html Css Color HEX #712306 Baker's Chocolate

📋 copy color: '#712306'

red 113 ◦ green 35 ◦ blue 6

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

Shades of Baker's Chocolate #712306

Tints of Baker's Chocolate #712306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.9%

R = 73.38%
G = 22.73%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#712306 (or 0x712306) is known color: Baker's Chocolate. HEX triplet: 71, 23 and 06. RGB value is (113,35,6). Sum of RGB (Red+Green+Blue) = 113+35+6=154 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.38% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 113 - color contains mainly: red. Hex color #712306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712306 is #8EDCF9. Grayscale: #373737. Windows color (decimal): -9362682 or 402289. OLE color: 402289.

HSL color Cylindrical-coordinate representation of color #712306: hue angle of 16.26º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #712306 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 35 6 -
CMYK 0 0.69 0.95 0.56
HSL 16.26º 0.9% 0.23% -
HSV(B) 16.26º 0.95% 0.44% -
XYZ 7.44 4.73 0.69 -
YUV 55.02 100.34 169.36 -
System Red Green Blue C M Y K H S L
Decimal 113 35 6 0 0.69 0.95 0.56 16.26 0.9 0.23
Hex 71 23 6 0 45 5F 38 10 5A 17
Octal 161 43 6 0 105 137 70 20 132 27
Binary 1110001 100011 110 0 1000101 1011111 111000 10000 1011010 10111

Color Harmonies of #712306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712306

Black with #712306

Text Example


Text Example

White with #712306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712306; }

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

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

background-color css

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

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

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

border-color css

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

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

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