Html Css Color HEX #5A2009 Baker's Chocolate

📋 copy color: '#5A2009'

red 90 ◦ green 32 ◦ blue 9

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

Shades of Baker's Chocolate #5A2009

Tints of Baker's Chocolate #5A2009

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.43%

 BLUE value IS 9 (3.91% from 255) = 6.87%

R = 68.7%
G = 24.43%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.9

 K value IS 0.65

RGB Variations

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

Color information

#5A2009 (or 0x5A2009) is known color: Baker's Chocolate. HEX triplet: 5A, 20 and 09. RGB value is (90,32,9). Sum of RGB (Red+Green+Blue) = 90+32+9=131 (17% of max value = 765). Red value is 90 (35.55% from 255 or 68.70% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 9 (3.91% from 255 or 6.87% from 131); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2009 is #A5DFF6. Grayscale: #2E2E2E. Windows color (decimal): -10870775 or 598106. OLE color: 598106.

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

Color convert

RGB 90 32 9 -
CMYK 0 0.64 0.9 0.65
HSL 17.04º 0.82% 0.19% -
HSV(B) 17.04º 0.9% 0.35% -
XYZ 4.78 3.23 0.63 -
YUV 46.72 106.72 158.87 -
System Red Green Blue C M Y K H S L
Decimal 90 32 9 0 0.64 0.9 0.65 17.04 0.82 0.19
Hex 5A 20 9 0 40 5A 41 11 52 13
Octal 132 40 11 0 100 132 101 21 122 23
Binary 1011010 100000 1001 0 1000000 1011010 1000001 10001 1010010 10011

Color Harmonies of #5A2009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2009

Black with #5A2009

Text Example


Text Example

White with #5A2009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,32,9); }

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

background-color css

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

 a { background-color: rgb(90,32,9); }

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

border-color css

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

 span { border-color: rgb(90,32,9); }

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