#583C1A

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

Shades of Baker's Chocolate #583C1A

Tints of Baker's Chocolate #583C1A

Color information

#583C1A (or 0x583C1A) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 3C and 1A. RGB value is (88,60,26). Sum of RGB (Red+Green+Blue) = 88+60+26=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #583C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583C1A is #A7C3E5. Grayscale: #404040. Windows color (decimal): -10994662 or 1719384. OLE color: 1719384.

HSL color Cylindrical-coordinate representation of color #583C1A: hue angle of 32.9º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #583C1A is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB886026-
CMYK00.320.700.65
HSL32.9º54.39%22.35%-
HSV(B)32.9º70.45%34.51%-
XYZ5.835.381.71-
YUV64.5106.28144.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.57%
GREEN value IS 60 (23.83% from 255) = 34.48%
BLUE value IS 26 (10.55% from 255) = 14.94%
R=50.57%
G=34.48%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88602600.320.700.6532.954.3922.35
Hex583C1A0204641213616
Octal1307432040106101416626
Binary10110001111001101001000001000110100000110000111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,60,26); }

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

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

 a { background-color: rgb(88,60,26); }

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

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

 span { border-color: rgb(88,60,26); }

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