#583A0B

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

Shades of Baker's Chocolate #583A0B

Tints of Baker's Chocolate #583A0B

Color information

#583A0B (or 0x583A0B) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 3A and 0B. RGB value is (88,58,11). Sum of RGB (Red+Green+Blue) = 88+58+11=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #583A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583A0B is #A7C5F4. Grayscale: #3D3D3D. Windows color (decimal): -10995189 or 735832. OLE color: 735832.

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

Color convert

RGB885811-
CMYK00.340.880.65
HSL36.62º77.78%19.41%-
HSV(B)36.62º87.5%34.51%-
XYZ5.65.121.01-
YUV61.6199.44146.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.05%
GREEN value IS 58 (23.05% from 255) = 36.94%
BLUE value IS 11 (4.69% from 255) = 7.01%
R=56.05%
G=36.94%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88581100.340.880.6536.6277.7819.41
Hex583AB0225841254e13
Octal13072130421301014511623
Binary10110001110101011010001010110001000001100101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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