#583319

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

Shades of Baker's Chocolate #583319

Tints of Baker's Chocolate #583319

Color information

#583319 (or 0x583319) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 33 and 19. RGB value is (88,51,25). Sum of RGB (Red+Green+Blue) = 88+51+25=164 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.66% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 88 - color contains mainly: red. Hex color #583319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583319 is #A7CCE6. Grayscale: #3B3B3B. Windows color (decimal): -10996967 or 1651544. OLE color: 1651544.

HSL color Cylindrical-coordinate representation of color #583319: hue angle of 24.76º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #583319 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB885125-
CMYK00.420.720.65
HSL24.76º55.75%22.16%-
HSV(B)24.76º71.59%34.51%-
XYZ5.384.511.51-
YUV59.1108.76148.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.66%
GREEN value IS 51 (20.31% from 255) = 31.10%
BLUE value IS 25 (10.16% from 255) = 15.24%
R=53.66%
G=31.10%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88512500.420.720.6524.7655.7522.16
Hex58331902A4841193816
Octal1306331052110101317026
Binary1011000110011110010101010100100010000011100111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583319; }

 p { color: rgb(88,51,25); }

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

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

 a { background-color: rgb(88,51,25); }

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

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

 span { border-color: rgb(88,51,25); }

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