#583813

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

Shades of Baker's Chocolate #583813

Tints of Baker's Chocolate #583813

Color information

#583813 (or 0x583813) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 38 and 13. RGB value is (88,56,19). Sum of RGB (Red+Green+Blue) = 88+56+19=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #583813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583813 is #A7C7EC. Grayscale: #3D3D3D. Windows color (decimal): -10995693 or 1259608. OLE color: 1259608.

HSL color Cylindrical-coordinate representation of color #583813: hue angle of 32.17º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #583813 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB885619-
CMYK00.360.780.65
HSL32.17º64.49%20.98%-
HSV(B)32.17º78.41%34.51%-
XYZ5.564.951.28-
YUV61.35104.1147.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.99%
GREEN value IS 56 (22.27% from 255) = 34.36%
BLUE value IS 19 (7.81% from 255) = 11.66%
R=53.99%
G=34.36%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88561900.360.780.6532.1764.4920.98
Hex5838130244E41204015
Octal13070230441161014010025
Binary101100011100010011010010010011101000001100000100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583813; }

 p { color: rgb(88,56,19); }

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

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

 a { background-color: rgb(88,56,19); }

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

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

 span { border-color: rgb(88,56,19); }

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