#71280D

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

Shades of Baker's Chocolate #71280D

Tints of Baker's Chocolate #71280D

Color information

#71280D (or 0x71280D) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 28 and 0D. RGB value is (113,40,13). Sum of RGB (Red+Green+Blue) = 113+40+13=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #71280D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71280D is #8ED7F2. Grayscale: #3A3A3A. Windows color (decimal): -9361395 or 862321. OLE color: 862321.

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

Color convert

RGB1134013-
CMYK00.650.880.56
HSL16.2º79.37%24.71%-
HSV(B)16.2º88.5%44.31%-
XYZ7.645.060.95-
YUV58.75102.18166.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 68.07%
GREEN value IS 40 (16.02% from 255) = 24.10%
BLUE value IS 13 (5.47% from 255) = 7.83%
R=68.07%
G=24.10%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113401300.650.880.5616.279.3724.71
Hex7128D0415838104f19
Octal16150150101130702011731
Binary1110001101000110101000001101100011100010000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71280D; }

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

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

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

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

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

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

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

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