Html Css Color HEX #5A2A14 Baker's Chocolate

📋 copy color: '#5A2A14'

red 90 ◦ green 42 ◦ blue 20

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

Shades of Baker's Chocolate #5A2A14

Tints of Baker's Chocolate #5A2A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.16%

R = 59.21%
G = 27.63%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#5A2A14 (or 0x5A2A14) is known color: Baker's Chocolate. HEX triplet: 5A, 2A and 14. RGB value is (90,42,20). Sum of RGB (Red+Green+Blue) = 90+42+20=152 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.21% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2A14 is #A5D5EB. Grayscale: #353535. Windows color (decimal): -10868204 or 1321562. OLE color: 1321562.

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

Color convert

RGB 90 42 20 -
CMYK 0 0.53 0.78 0.65
HSL 18.86º 0.64% 0.22% -
HSV(B) 18.86º 0.78% 0.35% -
XYZ 5.17 3.88 1.14 -
YUV 53.84 108.9 153.79 -
System Red Green Blue C M Y K H S L
Decimal 90 42 20 0 0.53 0.78 0.65 18.86 0.64 0.22
Hex 5A 2A 14 0 35 4E 41 13 40 16
Octal 132 52 24 0 65 116 101 23 100 26
Binary 1011010 101010 10100 0 110101 1001110 1000001 10011 1000000 10110

Color Harmonies of #5A2A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2A14

Black with #5A2A14

Text Example


Text Example

White with #5A2A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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