Html Css Color HEX #5A4121 Dark Brown

📋 copy color: '#5A4121'

red 90 ◦ green 65 ◦ blue 33

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

Shades of Dark Brown #5A4121

Tints of Dark Brown #5A4121

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.57%

 BLUE value IS 33 (13.28% from 255) = 17.55%

R = 47.87%
G = 34.57%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#5A4121 (or 0x5A4121) is known color: Dark Brown. HEX triplet: 5A, 41 and 21. RGB value is (90,65,33). Sum of RGB (Red+Green+Blue) = 90+65+33=188 (24% of max value = 765). Red value is 90 (35.55% from 255 or 47.87% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4121 is #A5BEDE. Grayscale: #444444. Windows color (decimal): -10862303 or 2179418. OLE color: 2179418.

HSL color Cylindrical-coordinate representation of color #5A4121: hue angle of 33.68º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A4121 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 65 33 -
CMYK 0 0.28 0.63 0.65
HSL 33.68º 0.46% 0.24% -
HSV(B) 33.68º 0.63% 0.35% -
XYZ 6.38 6.06 2.27 -
YUV 68.83 107.78 143.1 -
System Red Green Blue C M Y K H S L
Decimal 90 65 33 0 0.28 0.63 0.65 33.68 0.46 0.24
Hex 5A 41 21 0 1C 3F 41 22 2E 18
Octal 132 101 41 0 34 77 101 42 56 30
Binary 1011010 1000001 100001 0 11100 111111 1000001 100010 101110 11000

Color Harmonies of #5A4121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4121

Black with #5A4121

Text Example


Text Example

White with #5A4121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,65,33); }

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

background-color css

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

 a { background-color: rgb(90,65,33); }

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

border-color css

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

 span { border-color: rgb(90,65,33); }

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