Html Css Color HEX #5A463C Brown Derby

📋 copy color: '#5A463C'

red 90 ◦ green 70 ◦ blue 60

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

Shades of Brown Derby #5A463C

Tints of Brown Derby #5A463C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.82%

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

R = 40.91%
G = 31.82%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#5A463C (or 0x5A463C) is known color: Brown Derby. HEX triplet: 5A, 46 and 3C. RGB value is (90,70,60). Sum of RGB (Red+Green+Blue) = 90+70+60=220 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.91% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 90 - color contains mainly: red. Hex color #5A463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A463C is #A5B9C3. Grayscale: #4A4A4A. Windows color (decimal): -10860996 or 3950170. OLE color: 3950170.

HSL color Cylindrical-coordinate representation of color #5A463C: hue angle of 20º 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 #5A463C is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 70 60 -
CMYK 0 0.22 0.33 0.65
HSL 20º 0.2% 0.29% -
HSV(B) 20º 0.33% 0.35% -
XYZ 7.22 6.88 5.22 -
YUV 74.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 90 70 60 0 0.22 0.33 0.65 20 0.2 0.29
Hex 5A 46 3C 0 16 21 41 14 14 1D
Octal 132 106 74 0 26 41 101 24 24 35
Binary 1011010 1000110 111100 0 10110 100001 1000001 10100 10100 11101

Color Harmonies of #5A463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A463C

Black with #5A463C

Text Example


Text Example

White with #5A463C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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