#583A0E

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

Shades of Baker's Chocolate #583A0E

Tints of Baker's Chocolate #583A0E

Color information

#583A0E (or 0x583A0E) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 3A and 0E. RGB value is (88,58,14). Sum of RGB (Red+Green+Blue) = 88+58+14=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #583A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583A0E is #A7C5F1. Grayscale: #3E3E3E. Windows color (decimal): -10995186 or 932440. OLE color: 932440.

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

Color convert

RGB885814-
CMYK00.340.840.65
HSL35.68º72.55%20%-
HSV(B)35.68º84.09%34.51%-
XYZ5.625.131.11-
YUV61.95100.94146.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55%
GREEN value IS 58 (23.05% from 255) = 36.25%
BLUE value IS 14 (5.86% from 255) = 8.75%
R=55%
G=36.25%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88581400.340.840.6535.6872.5520
Hex583AE0225441244914
Octal13072160421241014411124
Binary10110001110101110010001010101001000001100100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,58,14); }

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

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

 a { background-color: rgb(88,58,14); }

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

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

 span { border-color: rgb(88,58,14); }

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