#583405

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

Shades of Baker's Chocolate #583405

Tints of Baker's Chocolate #583405

Color information

#583405 (or 0x583405) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 34 and 05. RGB value is (88,52,5). Sum of RGB (Red+Green+Blue) = 88+52+5=145 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.69% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 88 - color contains mainly: red. Hex color #583405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583405 is #A7CBFA. Grayscale: #393939. Windows color (decimal): -10996731 or 341080. OLE color: 341080.

HSL color Cylindrical-coordinate representation of color #583405: hue angle of 33.98º 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 #583405 is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB88525-
CMYK00.410.940.65
HSL33.98º89.25%18.24%-
HSV(B)33.98º94.32%34.51%-
XYZ5.284.540.74-
YUV57.4198.43149.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 60.69%
GREEN value IS 52 (20.70% from 255) = 35.86%
BLUE value IS 5 (2.34% from 255) = 3.45%
R=60.69%
G=35.86%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8852500.410.940.6533.9889.2518.24
Hex583450295E41225912
Octal1306450511361014213122
Binary1011000110100101010100110111101000001100010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583405; }

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

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

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

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

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

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

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

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