#582905

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

Shades of Baker's Chocolate #582905

Tints of Baker's Chocolate #582905

Color information

#582905 (or 0x582905) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 29 and 05. RGB value is (88,41,5). Sum of RGB (Red+Green+Blue) = 88+41+5=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #582905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582905 is #A7D6FA. Grayscale: #333333. Windows color (decimal): -10999547 or 338264. OLE color: 338264.

HSL color Cylindrical-coordinate representation of color #582905: hue angle of 26.02º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #582905 is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB88415-
CMYK00.530.940.65
HSL26.02º89.25%18.24%-
HSV(B)26.02º94.32%34.51%-
XYZ4.843.670.6-
YUV50.95102.07154.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 65.67%
GREEN value IS 41 (16.41% from 255) = 30.60%
BLUE value IS 5 (2.34% from 255) = 3.73%
R=65.67%
G=30.60%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8841500.530.940.6526.0289.2518.24
Hex582950355E411a5912
Octal1305150651361013213122
Binary101100010100110101101011011110100000111010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582905; }

 p { color: rgb(88,41,5); }

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

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

 a { background-color: rgb(88,41,5); }

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

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

 span { border-color: rgb(88,41,5); }

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