Html Css Color HEX #5A4538 Brown Derby

📋 copy color: '#5A4538'

red 90 ◦ green 69 ◦ blue 56

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

Shades of Brown Derby #5A4538

Tints of Brown Derby #5A4538

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.09%

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

R = 41.86%
G = 32.09%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#5A4538 (or 0x5A4538) is known color: Brown Derby. HEX triplet: 5A, 45 and 38. RGB value is (90,69,56). Sum of RGB (Red+Green+Blue) = 90+69+56=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4538 is #A5BAC7. Grayscale: #494949. Windows color (decimal): -10861256 or 3687770. OLE color: 3687770.

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

Color convert

RGB 90 69 56 -
CMYK 0 0.23 0.38 0.65
HSL 22.94º 0.23% 0.29% -
HSV(B) 22.94º 0.38% 0.35% -
XYZ 7.06 6.72 4.67 -
YUV 73.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 90 69 56 0 0.23 0.38 0.65 22.94 0.23 0.29
Hex 5A 45 38 0 17 26 41 17 17 1D
Octal 132 105 70 0 27 46 101 27 27 35
Binary 1011010 1000101 111000 0 10111 100110 1000001 10111 10111 11101

Color Harmonies of #5A4538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4538

Black with #5A4538

Text Example


Text Example

White with #5A4538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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