Html Css Color HEX #5A4217 Dark Brown

📋 copy color: '#5A4217'

red 90 ◦ green 66 ◦ blue 23

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

Shades of Dark Brown #5A4217

Tints of Dark Brown #5A4217

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.87%

 BLUE value IS 23 (9.38% from 255) = 12.85%

R = 50.28%
G = 36.87%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#5A4217 (or 0x5A4217) is known color: Dark Brown. HEX triplet: 5A, 42 and 17. RGB value is (90,66,23). Sum of RGB (Red+Green+Blue) = 90+66+23=179 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.28% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 23 (9.38% from 255 or 12.85% from 179); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4217 is #A5BDE8. Grayscale: #444444. Windows color (decimal): -10862057 or 1524314. OLE color: 1524314.

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

Color convert

RGB 90 66 23 -
CMYK 0 0.27 0.74 0.65
HSL 38.51º 0.59% 0.22% -
HSV(B) 38.51º 0.74% 0.35% -
XYZ 6.32 6.13 1.66 -
YUV 68.27 102.45 143.5 -
System Red Green Blue C M Y K H S L
Decimal 90 66 23 0 0.27 0.74 0.65 38.51 0.59 0.22
Hex 5A 42 17 0 1B 4A 41 27 3B 16
Octal 132 102 27 0 33 112 101 47 73 26
Binary 1011010 1000010 10111 0 11011 1001010 1000001 100111 111011 10110

Color Harmonies of #5A4217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4217

Black with #5A4217

Text Example


Text Example

White with #5A4217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,66,23); }

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

background-color css

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

 a { background-color: rgb(90,66,23); }

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

border-color css

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

 span { border-color: rgb(90,66,23); }

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