Html Css Color HEX #5A4838 Brown Derby

📋 copy color: '#5A4838'

red 90 ◦ green 72 ◦ blue 56

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

Shades of Brown Derby #5A4838

Tints of Brown Derby #5A4838

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.03%

 BLUE value IS 56 (22.27% from 255) = 25.69%

R = 41.28%
G = 33.03%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#5A4838 (or 0x5A4838) is known color: Brown Derby. HEX triplet: 5A, 48 and 38. RGB value is (90,72,56). Sum of RGB (Red+Green+Blue) = 90+72+56=218 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.28% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4838 is #A5B7C7. Grayscale: #4B4B4B. Windows color (decimal): -10860488 or 3688538. OLE color: 3688538.

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

Color convert

RGB 90 72 56 -
CMYK 0 0.20 0.38 0.65
HSL 28.24º 0.23% 0.29% -
HSV(B) 28.24º 0.38% 0.35% -
XYZ 7.25 7.09 4.73 -
YUV 75.56 116.96 138.3 -
System Red Green Blue C M Y K H S L
Decimal 90 72 56 0 0.20 0.38 0.65 28.24 0.23 0.29
Hex 5A 48 38 0 14 26 41 1C 17 1D
Octal 132 110 70 0 24 46 101 34 27 35
Binary 1011010 1001000 111000 0 10100 100110 1000001 11100 10111 11101

Color Harmonies of #5A4838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4838

Black with #5A4838

Text Example


Text Example

White with #5A4838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,72,56); }

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

background-color css

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

 a { background-color: rgb(90,72,56); }

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

border-color css

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

 span { border-color: rgb(90,72,56); }

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