#583318

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

Shades of Baker's Chocolate #583318

Tints of Baker's Chocolate #583318

Color information

#583318 (or 0x583318) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 33 and 18. RGB value is (88,51,24). Sum of RGB (Red+Green+Blue) = 88+51+24=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #583318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583318 is #A7CCE7. Grayscale: #3B3B3B. Windows color (decimal): -10996968 or 1586008. OLE color: 1586008.

HSL color Cylindrical-coordinate representation of color #583318: hue angle of 25.31º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #583318 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB885124-
CMYK00.420.730.65
HSL25.31º57.14%21.96%-
HSV(B)25.31º72.73%34.51%-
XYZ5.374.511.45-
YUV58.98108.26148.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.99%
GREEN value IS 51 (20.31% from 255) = 31.29%
BLUE value IS 24 (9.77% from 255) = 14.72%
R=53.99%
G=31.29%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88512400.420.730.6525.3157.1421.96
Hex58331802A4941193916
Octal1306330052111101317126
Binary1011000110011110000101010100100110000011100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583318; }

 p { color: rgb(88,51,24); }

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

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

 a { background-color: rgb(88,51,24); }

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

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

 span { border-color: rgb(88,51,24); }

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