#5A361C

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

Shades of Baker's Chocolate #5A361C

Tints of Baker's Chocolate #5A361C

Color information

#5A361C (or 0x5A361C) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 36 and 1C. RGB value is (90,54,28). Sum of RGB (Red+Green+Blue) = 90+54+28=172 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.33% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 90 - color contains mainly: red. Hex color #5A361C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A361C is #A5C9E3. Grayscale: #3D3D3D. Windows color (decimal): -10865124 or 1848922. OLE color: 1848922.

HSL color Cylindrical-coordinate representation of color #5A361C: hue angle of 25.16º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A361C is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB905428-
CMYK00.400.690.65
HSL25.16º52.54%23.14%-
HSV(B)25.16º68.89%35.29%-
XYZ5.754.91.74-
YUV61.8108.93148.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 52.33%
GREEN value IS 54 (21.48% from 255) = 31.40%
BLUE value IS 28 (11.33% from 255) = 16.28%
R=52.33%
G=31.40%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90542800.400.690.6525.1652.5423.14
Hex5A361C0284541193517
Octal1326634050105101316527
Binary1011010110110111000101000100010110000011100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A361C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A361C; }

 p { color: rgb(90,54,28); }

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

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

 a { background-color: rgb(90,54,28); }

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

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

 span { border-color: rgb(90,54,28); }

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