#583C14

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

Shades of Baker's Chocolate #583C14

Tints of Baker's Chocolate #583C14

Color information

#583C14 (or 0x583C14) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 3C and 14. RGB value is (88,60,20). Sum of RGB (Red+Green+Blue) = 88+60+20=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #583C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583C14 is #A7C3EB. Grayscale: #404040. Windows color (decimal): -10994668 or 1326168. OLE color: 1326168.

HSL color Cylindrical-coordinate representation of color #583C14: hue angle of 35.29º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #583C14 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB886020-
CMYK00.320.770.65
HSL35.29º62.96%21.18%-
HSV(B)35.29º77.27%34.51%-
XYZ5.775.361.39-
YUV63.81103.28145.25-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.38%
GREEN value IS 60 (23.83% from 255) = 35.71%
BLUE value IS 20 (8.20% from 255) = 11.90%
R=52.38%
G=35.71%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88602000.320.770.6535.2962.9621.18
Hex583C140204D41233f15
Octal1307424040115101437725
Binary10110001111001010001000001001101100000110001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583C14; }

 p { color: rgb(88,60,20); }

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

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

 a { background-color: rgb(88,60,20); }

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

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

 span { border-color: rgb(88,60,20); }

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