#583C0A

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

Shades of Baker's Chocolate #583C0A

Tints of Baker's Chocolate #583C0A

Color information

#583C0A (or 0x583C0A) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 3C and 0A. RGB value is (88,60,10). Sum of RGB (Red+Green+Blue) = 88+60+10=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 10 (4.30% from 255 or 6.33% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #583C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583C0A is #A7C3F5. Grayscale: #3E3E3E. Windows color (decimal): -10994678 or 670808. OLE color: 670808.

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

Color convert

RGB886010-
CMYK00.320.890.65
HSL38.46º79.59%19.22%-
HSV(B)38.46º88.64%34.51%-
XYZ5.75.331.02-
YUV62.6798.28146.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55.70%
GREEN value IS 60 (23.83% from 255) = 37.97%
BLUE value IS 10 (4.30% from 255) = 6.33%
R=55.70%
G=37.97%
B=6.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88601000.320.890.6538.4679.5919.22
Hex583CA0205941265013
Octal13074120401311014612023
Binary10110001111001010010000010110011000001100110101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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