Html Css Color HEX #5A473B Brown Derby

📋 copy color: '#5A473B'

red 90 ◦ green 71 ◦ blue 59

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

Shades of Brown Derby #5A473B

Tints of Brown Derby #5A473B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.27%

 BLUE value IS 59 (23.44% from 255) = 26.82%

R = 40.91%
G = 32.27%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#5A473B (or 0x5A473B) is known color: Brown Derby. HEX triplet: 5A, 47 and 3B. RGB value is (90,71,59). Sum of RGB (Red+Green+Blue) = 90+71+59=220 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.91% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 90 - color contains mainly: red. Hex color #5A473B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A473B is #A5B8C4. Grayscale: #4B4B4B. Windows color (decimal): -10860741 or 3884890. OLE color: 3884890.

HSL color Cylindrical-coordinate representation of color #5A473B: hue angle of 23.23º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A473B is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 71 59 -
CMYK 0 0.21 0.34 0.65
HSL 23.23º 0.21% 0.29% -
HSV(B) 23.23º 0.34% 0.35% -
XYZ 7.26 7 5.11 -
YUV 75.31 118.79 138.48 -
System Red Green Blue C M Y K H S L
Decimal 90 71 59 0 0.21 0.34 0.65 23.23 0.21 0.29
Hex 5A 47 3B 0 15 22 41 17 15 1D
Octal 132 107 73 0 25 42 101 27 25 35
Binary 1011010 1000111 111011 0 10101 100010 1000001 10111 10101 11101

Color Harmonies of #5A473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A473B

Black with #5A473B

Text Example


Text Example

White with #5A473B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,71,59); }

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

background-color css

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

 a { background-color: rgb(90,71,59); }

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

border-color css

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

 span { border-color: rgb(90,71,59); }

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