#712605

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

Shades of Baker's Chocolate #712605

Tints of Baker's Chocolate #712605

Color information

#712605 (or 0x712605) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 26 and 05. RGB value is (113,38,5). Sum of RGB (Red+Green+Blue) = 113+38+5=156 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.44% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 113 - color contains mainly: red. Hex color #712605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712605 is #8ED9FA. Grayscale: #383838. Windows color (decimal): -9361915 or 337521. OLE color: 337521.

HSL color Cylindrical-coordinate representation of color #712605: hue angle of 18.33º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #712605 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB113385-
CMYK00.660.960.56
HSL18.33º91.53%23.14%-
HSV(B)18.33º95.58%44.31%-
XYZ7.534.910.69-
YUV56.6698.85168.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 72.44%
GREEN value IS 38 (15.23% from 255) = 24.36%
BLUE value IS 5 (2.34% from 255) = 3.21%
R=72.44%
G=24.36%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11338500.660.960.5618.3391.5323.14
Hex712650426038125c17
Octal1614650102140702213427
Binary111000110011010101000010110000011100010010101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712605; }

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

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

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

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

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

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

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

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