Html Css Color HEX #5A473D Brown Derby

📋 copy color: '#5A473D'

red 90 ◦ green 71 ◦ blue 61

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

Shades of Brown Derby #5A473D

Tints of Brown Derby #5A473D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.48%

R = 40.54%
G = 31.98%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#5A473D (or 0x5A473D) is known color: Brown Derby. HEX triplet: 5A, 47 and 3D. RGB value is (90,71,61). Sum of RGB (Red+Green+Blue) = 90+71+61=222 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.54% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 90 - color contains mainly: red. Hex color #5A473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A473D is #A5B8C2. Grayscale: #4B4B4B. Windows color (decimal): -10860739 or 4015962. OLE color: 4015962.

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

Color convert

RGB 90 71 61 -
CMYK 0 0.21 0.32 0.65
HSL 20.69º 0.19% 0.3% -
HSV(B) 20.69º 0.32% 0.35% -
XYZ 7.31 7.02 5.38 -
YUV 75.54 119.79 138.31 -
System Red Green Blue C M Y K H S L
Decimal 90 71 61 0 0.21 0.32 0.65 20.69 0.19 0.3
Hex 5A 47 3D 0 15 20 41 15 13 1E
Octal 132 107 75 0 25 40 101 25 23 36
Binary 1011010 1000111 111101 0 10101 100000 1000001 10101 10011 11110

Color Harmonies of #5A473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A473D

Black with #5A473D

Text Example


Text Example

White with #5A473D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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