#583406

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

Shades of Baker's Chocolate #583406

Tints of Baker's Chocolate #583406

Color information

#583406 (or 0x583406) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 34 and 06. RGB value is (88,52,6). Sum of RGB (Red+Green+Blue) = 88+52+6=146 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.27% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 6 (2.73% from 255 or 4.11% from 146); Max value from RGB is 88 - color contains mainly: red. Hex color #583406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583406 is #A7CBF9. Grayscale: #393939. Windows color (decimal): -10996730 or 406616. OLE color: 406616.

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

Color convert

RGB88526-
CMYK00.410.930.65
HSL33.66º87.23%18.43%-
HSV(B)33.66º93.18%34.51%-
XYZ5.294.540.77-
YUV57.5298.93149.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 60.27%
GREEN value IS 52 (20.70% from 255) = 35.62%
BLUE value IS 6 (2.73% from 255) = 4.11%
R=60.27%
G=35.62%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8852600.410.930.6533.6687.2318.43
Hex583460295D41225712
Octal1306460511351014212722
Binary1011000110100110010100110111011000001100010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583406; }

 p { color: rgb(88,52,6); }

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

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

 a { background-color: rgb(88,52,6); }

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

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

 span { border-color: rgb(88,52,6); }

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