Html Css Color HEX #5A473C Brown Derby

📋 copy color: '#5A473C'

red 90 ◦ green 71 ◦ blue 60

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

Shades of Brown Derby #5A473C

Tints of Brown Derby #5A473C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.15%

R = 40.72%
G = 32.13%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#5A473C (or 0x5A473C) is known color: Brown Derby. HEX triplet: 5A, 47 and 3C. RGB value is (90,71,60). Sum of RGB (Red+Green+Blue) = 90+71+60=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 90 - color contains mainly: red. Hex color #5A473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A473C is #A5B8C3. Grayscale: #4B4B4B. Windows color (decimal): -10860740 or 3950426. OLE color: 3950426.

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

Color convert

RGB 90 71 60 -
CMYK 0 0.21 0.33 0.65
HSL 22º 0.2% 0.29% -
HSV(B) 22º 0.33% 0.35% -
XYZ 7.29 7.01 5.24 -
YUV 75.43 119.29 138.39 -
System Red Green Blue C M Y K H S L
Decimal 90 71 60 0 0.21 0.33 0.65 22 0.2 0.29
Hex 5A 47 3C 0 15 21 41 16 14 1D
Octal 132 107 74 0 25 41 101 26 24 35
Binary 1011010 1000111 111100 0 10101 100001 1000001 10110 10100 11101

Color Harmonies of #5A473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A473C

Black with #5A473C

Text Example


Text Example

White with #5A473C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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