Html Css Color HEX #712B00 Baker's Chocolate

📋 copy color: '#712B00'

red 113 ◦ green 43 ◦ blue 0

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

Shades of Baker's Chocolate #712B00

Tints of Baker's Chocolate #712B00

RGB

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

 GREEN value IS 43 (17.19% from 255) = 27.56%

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

R = 72.44%
G = 27.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#712B00 (or 0x712B00) is known color: Baker's Chocolate. HEX triplet: 71, 2B and 00. RGB value is (113,43,0). Sum of RGB (Red+Green+Blue) = 113+43+0=156 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.44% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 113 - color contains mainly: red. Hex color #712B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712B00 is #8ED4FF. Grayscale: #3B3B3B. Windows color (decimal): -9360640 or 11121. OLE color: 11121.

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

Color convert

RGB 113 43 0 -
CMYK 0 0.62 1 0.56
HSL 22.83º 1% 0.22% -
HSV(B) 22.83º 1% 0.44% -
XYZ 7.67 5.24 0.61 -
YUV 59.03 94.69 166.5 -
System Red Green Blue C M Y K H S L
Decimal 113 43 0 0 0.62 1 0.56 22.83 1 0.22
Hex 71 2B 0 0 3E 64 38 17 64 16
Octal 161 53 0 0 76 144 70 27 144 26
Binary 1110001 101011 0 0 111110 1100100 111000 10111 1100100 10110

Color Harmonies of #712B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712B00

Black with #712B00

Text Example


Text Example

White with #712B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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