#583E0C

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

Shades of Baker's Chocolate #583E0C

Tints of Baker's Chocolate #583E0C

Color information

#583E0C (or 0x583E0C) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 3E and 0C. RGB value is (88,62,12). Sum of RGB (Red+Green+Blue) = 88+62+12=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 62 (24.61% from 255 or 38.27% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #583E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583E0C is #A7C1F3. Grayscale: #404040. Windows color (decimal): -10994164 or 802392. OLE color: 802392.

HSL color Cylindrical-coordinate representation of color #583E0C: hue angle of 39.47º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #583E0C is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB886212-
CMYK00.300.860.65
HSL39.47º76%19.61%-
HSV(B)39.47º86.36%34.51%-
XYZ5.815.551.11-
YUV64.0798.61145.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.32%
GREEN value IS 62 (24.61% from 255) = 38.27%
BLUE value IS 12 (5.08% from 255) = 7.41%
R=54.32%
G=38.27%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88621200.300.860.6539.477619.61
Hex583EC01E5641274c14
Octal13076140361261014711424
Binary1011000111110110001111010101101000001100111100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,62,12); }

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

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

 a { background-color: rgb(88,62,12); }

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

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

 span { border-color: rgb(88,62,12); }

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