Html Css Color HEX #5A3209 Baker's Chocolate

📋 copy color: '#5A3209'

red 90 ◦ green 50 ◦ blue 9

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

Shades of Baker's Chocolate #5A3209

Tints of Baker's Chocolate #5A3209

RGB

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

 GREEN value IS 50 (19.92% from 255) = 33.56%

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

R = 60.4%
G = 33.56%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.9

 K value IS 0.65

RGB Variations

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

Color information

#5A3209 (or 0x5A3209) is known color: Baker's Chocolate. HEX triplet: 5A, 32 and 09. RGB value is (90,50,9). Sum of RGB (Red+Green+Blue) = 90+50+9=149 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60.40% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3209 is #A5CDF6. Grayscale: #393939. Windows color (decimal): -10866167 or 602714. OLE color: 602714.

HSL color Cylindrical-coordinate representation of color #5A3209: hue angle of 30.37º 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 #5A3209 is Cyan = 0, Magento = 0.44, Yellow = 0.9 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 50 9 -
CMYK 0 0.44 0.9 0.65
HSL 30.37º 0.82% 0.19% -
HSV(B) 30.37º 0.9% 0.35% -
XYZ 5.41 4.47 0.84 -
YUV 57.29 100.75 151.33 -
System Red Green Blue C M Y K H S L
Decimal 90 50 9 0 0.44 0.9 0.65 30.37 0.82 0.19
Hex 5A 32 9 0 2C 5A 41 1E 52 13
Octal 132 62 11 0 54 132 101 36 122 23
Binary 1011010 110010 1001 0 101100 1011010 1000001 11110 1010010 10011

Color Harmonies of #5A3209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3209

Black with #5A3209

Text Example


Text Example

White with #5A3209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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