#71260C

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

Shades of Baker's Chocolate #71260C

Tints of Baker's Chocolate #71260C

Color information

#71260C (or 0x71260C) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 26 and 0C. RGB value is (113,38,12). Sum of RGB (Red+Green+Blue) = 113+38+12=163 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.33% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 113 - color contains mainly: red. Hex color #71260C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71260C is #8ED9F3. Grayscale: #393939. Windows color (decimal): -9361908 or 796273. OLE color: 796273.

HSL color Cylindrical-coordinate representation of color #71260C: hue angle of 15.45º 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 #71260C is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB1133812-
CMYK00.660.890.56
HSL15.45º80.8%24.51%-
HSV(B)15.45º89.38%44.31%-
XYZ7.574.920.9-
YUV57.46102.35167.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 69.33%
GREEN value IS 38 (15.23% from 255) = 23.31%
BLUE value IS 12 (5.08% from 255) = 7.36%
R=69.33%
G=23.31%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113381200.660.890.5615.4580.824.51
Hex7126C0425938f5119
Octal16146140102131701712131
Binary111000110011011000100001010110011110001111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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