#5A3601

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

Shades of Baker's Chocolate #5A3601

Tints of Baker's Chocolate #5A3601

Color information

#5A3601 (or 0x5A3601) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 36 and 01. RGB value is (90,54,1). Sum of RGB (Red+Green+Blue) = 90+54+1=145 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.07% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3601 is #A5C9FE. Grayscale: #3A3A3A. Windows color (decimal): -10865151 or 79450. OLE color: 79450.

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

Color convert

RGB90541-
CMYK00.400.990.65
HSL35.73º97.8%17.84%-
HSV(B)35.73º98.89%35.29%-
XYZ5.544.810.67-
YUV58.7295.43150.31-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 62.07%
GREEN value IS 54 (21.48% from 255) = 37.24%
BLUE value IS 1 (0.78% from 255) = 0.69%
R=62.07%
G=37.24%
B=0.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9054100.400.990.6535.7397.817.84
Hex5A3610286341246212
Octal1326610501431014414222
Binary10110101101101010100011000111000001100100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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