#583614

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

Shades of Baker's Chocolate #583614

Tints of Baker's Chocolate #583614

Color information

#583614 (or 0x583614) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 36 and 14. RGB value is (88,54,20). Sum of RGB (Red+Green+Blue) = 88+54+20=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #583614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583614 is #A7C9EB. Grayscale: #3C3C3C. Windows color (decimal): -10996204 or 1324632. OLE color: 1324632.

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

Color convert

RGB885420-
CMYK00.390.770.65
HSL30º62.96%21.18%-
HSV(B)30º77.27%34.51%-
XYZ5.474.761.29-
YUV60.29105.26147.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.32%
GREEN value IS 54 (21.48% from 255) = 33.33%
BLUE value IS 20 (8.20% from 255) = 12.35%
R=54.32%
G=33.33%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88542000.390.770.653062.9621.18
Hex5836140274D411e3f15
Octal1306624047115101367725
Binary1011000110110101000100111100110110000011111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583614; }

 p { color: rgb(88,54,20); }

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

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

 a { background-color: rgb(88,54,20); }

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

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

 span { border-color: rgb(88,54,20); }

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