#71270C

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

Shades of Baker's Chocolate #71270C

Tints of Baker's Chocolate #71270C

Color information

#71270C (or 0x71270C) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 27 and 0C. RGB value is (113,39,12). Sum of RGB (Red+Green+Blue) = 113+39+12=164 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.90% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 113 - color contains mainly: red. Hex color #71270C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71270C is #8ED8F3. Grayscale: #3A3A3A. Windows color (decimal): -9361652 or 796529. OLE color: 796529.

HSL color Cylindrical-coordinate representation of color #71270C: hue angle of 16.04º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71270C is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB1133912-
CMYK00.650.890.56
HSL16.04º80.8%24.51%-
HSV(B)16.04º89.38%44.31%-
XYZ7.64.990.91-
YUV58.05102.02167.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 68.90%
GREEN value IS 39 (15.62% from 255) = 23.78%
BLUE value IS 12 (5.08% from 255) = 7.32%
R=68.90%
G=23.78%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113391200.650.890.5616.0480.824.51
Hex7127C0415938105119
Octal16147140101131702012131
Binary1110001100111110001000001101100111100010000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71270C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71270C; }

 p { color: rgb(113,39,12); }

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

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

 a { background-color: rgb(113,39,12); }

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

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

 span { border-color: rgb(113,39,12); }

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