#712800

Color #712800 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #712800

Tints of Baker's Chocolate #712800

Color information

#712800 (or 0x712800) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 28 and 00. RGB value is (113,40,0). Sum of RGB (Red+Green+Blue) = 113+40+0=153 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.86% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 113 - color contains mainly: red. Hex color #712800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712800 is #8ED7FF. Grayscale: #393939. Windows color (decimal): -9361408 or 10353. OLE color: 10353.

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

Color convert

RGB113400-
CMYK00.6510.56
HSL21.24º100%22.16%-
HSV(B)21.24º100%44.31%-
XYZ7.575.030.57-
YUV57.2795.68167.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 73.86%
GREEN value IS 40 (16.02% from 255) = 26.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.86%
G=26.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11340000.6510.5621.2410022.16
Hex712800416438156416
Octal1615000101144702514426
Binary1110001101000001000001110010011100010101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712800; }

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

 H1.HeaderClassName
 {
   color: #712800;
 }
 .AnyTagClassName
 {
   color: #712800;
 }
</style>
background-color css

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

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

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

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

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

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