#5A2702

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

Shades of Baker's Chocolate #5A2702

Tints of Baker's Chocolate #5A2702

Color information

#5A2702 (or 0x5A2702) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 27 and 02. RGB value is (90,39,2). Sum of RGB (Red+Green+Blue) = 90+39+2=131 (17% of max value = 765). Red value is 90 (35.55% from 255 or 68.70% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2702 is #A5D8FD. Grayscale: #323232. Windows color (decimal): -10868990 or 141146. OLE color: 141146.

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

Color convert

RGB90392-
CMYK00.570.980.65
HSL25.23º95.65%18.04%-
HSV(B)25.23º97.78%35.29%-
XYZ4.953.630.5-
YUV50.03100.9156.51-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 68.70%
GREEN value IS 39 (15.62% from 255) = 29.77%
BLUE value IS 2 (1.17% from 255) = 1.53%
R=68.70%
G=29.77%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9039200.570.980.6525.2395.6518.04
Hex5A2720396241196012
Octal1324720711421013114022
Binary10110101001111001110011100010100000111001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,39,2); }

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

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

 a { background-color: rgb(90,39,2); }

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

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

 span { border-color: rgb(90,39,2); }

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