Html Css Color HEX #5A4130 Brown Derby

📋 copy color: '#5A4130'

red 90 ◦ green 65 ◦ blue 48

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

Shades of Brown Derby #5A4130

Tints of Brown Derby #5A4130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.02%

 BLUE value IS 48 (19.14% from 255) = 23.65%

R = 44.33%
G = 32.02%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#5A4130 (or 0x5A4130) is known color: Brown Derby. HEX triplet: 5A, 41 and 30. RGB value is (90,65,48). Sum of RGB (Red+Green+Blue) = 90+65+48=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4130 is #A5BECF. Grayscale: #464646. Windows color (decimal): -10862288 or 3162458. OLE color: 3162458.

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

Color convert

RGB 90 65 48 -
CMYK 0 0.28 0.47 0.65
HSL 24.29º 0.3% 0.27% -
HSV(B) 24.29º 0.47% 0.35% -
XYZ 6.64 6.17 3.64 -
YUV 70.54 115.28 141.88 -
System Red Green Blue C M Y K H S L
Decimal 90 65 48 0 0.28 0.47 0.65 24.29 0.3 0.27
Hex 5A 41 30 0 1C 2F 41 18 1E 1B
Octal 132 101 60 0 34 57 101 30 36 33
Binary 1011010 1000001 110000 0 11100 101111 1000001 11000 11110 11011

Color Harmonies of #5A4130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4130

Black with #5A4130

Text Example


Text Example

White with #5A4130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,65,48); }

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

background-color css

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

 a { background-color: rgb(90,65,48); }

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

border-color css

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

 span { border-color: rgb(90,65,48); }

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