Html Css Color HEX #5A4631 Brown Derby

📋 copy color: '#5A4631'

red 90 ◦ green 70 ◦ blue 49

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

Shades of Brown Derby #5A4631

Tints of Brown Derby #5A4631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23.44%

R = 43.06%
G = 33.49%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#5A4631 (or 0x5A4631) is known color: Brown Derby. HEX triplet: 5A, 46 and 31. RGB value is (90,70,49). Sum of RGB (Red+Green+Blue) = 90+70+49=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4631 is #A5B9CE. Grayscale: #494949. Windows color (decimal): -10861007 or 3229274. OLE color: 3229274.

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

Color convert

RGB 90 70 49 -
CMYK 0 0.22 0.46 0.65
HSL 30.73º 0.29% 0.27% -
HSV(B) 30.73º 0.46% 0.35% -
XYZ 6.96 6.78 3.85 -
YUV 73.59 114.13 139.71 -
System Red Green Blue C M Y K H S L
Decimal 90 70 49 0 0.22 0.46 0.65 30.73 0.29 0.27
Hex 5A 46 31 0 16 2E 41 1F 1D 1B
Octal 132 106 61 0 26 56 101 37 35 33
Binary 1011010 1000110 110001 0 10110 101110 1000001 11111 11101 11011

Color Harmonies of #5A4631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4631

Black with #5A4631

Text Example


Text Example

White with #5A4631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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