Html Css Color HEX #712000 Baker's Chocolate

📋 copy color: '#712000'

red 113 ◦ green 32 ◦ blue 0

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

Shades of Baker's Chocolate #712000

Tints of Baker's Chocolate #712000

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.07%

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

R = 77.93%
G = 22.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#712000 (or 0x712000) is known color: Baker's Chocolate. HEX triplet: 71, 20 and 00. RGB value is (113,32,0). Sum of RGB (Red+Green+Blue) = 113+32+0=145 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.93% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 113 - color contains mainly: red. Hex color #712000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712000 is #8EDFFF. Grayscale: #343434. Windows color (decimal): -9363456 or 8305. OLE color: 8305.

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

Color convert

RGB 113 32 0 -
CMYK 0 0.72 1 0.56
HSL 16.99º 1% 0.22% -
HSV(B) 16.99º 1% 0.44% -
XYZ 7.33 4.54 0.49 -
YUV 52.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 113 32 0 0 0.72 1 0.56 16.99 1 0.22
Hex 71 20 0 0 48 64 38 11 64 16
Octal 161 40 0 0 110 144 70 21 144 26
Binary 1110001 100000 0 0 1001000 1100100 111000 10001 1100100 10110

Color Harmonies of #712000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712000

Black with #712000

Text Example


Text Example

White with #712000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712000; }

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

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

background-color css

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

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

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

border-color css

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

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

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