Html Css Color HEX #5A2A15 Baker's Chocolate

📋 copy color: '#5A2A15'

red 90 ◦ green 42 ◦ blue 21

#5A2A15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #5A2A15

Tints of Baker's Chocolate #5A2A15

RGB

 RED value IS 90 (35.55% from 255) = 58.82%

 GREEN value IS 42 (16.8% from 255) = 27.45%

 BLUE value IS 21 (8.59% from 255) = 13.73%

R = 58.82%
G = 27.45%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#5A2A15 (or 0x5A2A15) is known color: Baker's Chocolate. HEX triplet: 5A, 2A and 15. RGB value is (90,42,21). Sum of RGB (Red+Green+Blue) = 90+42+21=153 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.82% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2A15 is #A5D5EA. Grayscale: #363636. Windows color (decimal): -10868203 or 1387098. OLE color: 1387098.

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

Color convert

RGB 90 42 21 -
CMYK 0 0.53 0.77 0.65
HSL 18.26º 0.62% 0.22% -
HSV(B) 18.26º 0.77% 0.35% -
XYZ 5.18 3.88 1.19 -
YUV 53.96 109.4 153.71 -
System Red Green Blue C M Y K H S L
Decimal 90 42 21 0 0.53 0.77 0.65 18.26 0.62 0.22
Hex 5A 2A 15 0 35 4D 41 12 3E 16
Octal 132 52 25 0 65 115 101 22 76 26
Binary 1011010 101010 10101 0 110101 1001101 1000001 10010 111110 10110

Color Harmonies of #5A2A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2A15

Black with #5A2A15

Text Example


Text Example

White with #5A2A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,42,21); }

 H1.HeaderClassName
 {
   color: #5A2A15;
 }
 .AnyTagClassName
 {
   color: #5A2A15;
 }
</style>

background-color css

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

 a { background-color: rgb(90,42,21); }

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

border-color css

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

 span { border-color: rgb(90,42,21); }

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