Html Css Color HEX #712600 Baker's Chocolate

📋 copy color: '#712600'

red 113 ◦ green 38 ◦ blue 0

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

Shades of Baker's Chocolate #712600

Tints of Baker's Chocolate #712600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.83%
G = 25.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#712600 (or 0x712600) is known color: Baker's Chocolate. HEX triplet: 71, 26 and 00. RGB value is (113,38,0). Sum of RGB (Red+Green+Blue) = 113+38+0=151 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.83% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 113 - color contains mainly: red. Hex color #712600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712600 is #8ED9FF. Grayscale: #383838. Windows color (decimal): -9361920 or 9841. OLE color: 9841.

HSL color Cylindrical-coordinate representation of color #712600: hue angle of 20.18º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #712600 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 38 0 -
CMYK 0 0.66 1 0.56
HSL 20.18º 1% 0.22% -
HSV(B) 20.18º 1% 0.44% -
XYZ 7.5 4.9 0.55 -
YUV 56.09 96.35 168.59 -
System Red Green Blue C M Y K H S L
Decimal 113 38 0 0 0.66 1 0.56 20.18 1 0.22
Hex 71 26 0 0 42 64 38 14 64 16
Octal 161 46 0 0 102 144 70 24 144 26
Binary 1110001 100110 0 0 1000010 1100100 111000 10100 1100100 10110

Color Harmonies of #712600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712600

Black with #712600

Text Example


Text Example

White with #712600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712600; }

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

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

background-color css

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

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

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

border-color css

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

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

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