#582612

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

Shades of Baker's Chocolate #582612

Tints of Baker's Chocolate #582612

Color information

#582612 (or 0x582612) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 26 and 12. RGB value is (88,38,18). Sum of RGB (Red+Green+Blue) = 88+38+18=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #582612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582612 is #A7D9ED. Grayscale: #323232. Windows color (decimal): -11000302 or 1189464. OLE color: 1189464.

HSL color Cylindrical-coordinate representation of color #582612: hue angle of 17.14º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #582612 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB883818-
CMYK00.570.800.65
HSL17.14º66.04%20.78%-
HSV(B)17.14º79.55%34.51%-
XYZ4.833.50.99-
YUV50.67109.56154.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.11%
GREEN value IS 38 (15.23% from 255) = 26.39%
BLUE value IS 18 (7.42% from 255) = 12.5%
R=61.11%
G=26.39%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88381800.570.800.6517.1466.0420.78
Hex5826120395041114215
Octal13046220711201012110225
Binary10110001001101001001110011010000100000110001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582612; }

 p { color: rgb(88,38,18); }

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

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

 a { background-color: rgb(88,38,18); }

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

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

 span { border-color: rgb(88,38,18); }

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