Html Css Color HEX #5A4330 Brown Derby

📋 copy color: '#5A4330'

red 90 ◦ green 67 ◦ blue 48

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

Shades of Brown Derby #5A4330

Tints of Brown Derby #5A4330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.68%

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

R = 43.9%
G = 32.68%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#5A4330 (or 0x5A4330) is known color: Brown Derby. HEX triplet: 5A, 43 and 30. RGB value is (90,67,48). Sum of RGB (Red+Green+Blue) = 90+67+48=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4330 is #A5BCCF. Grayscale: #474747. Windows color (decimal): -10861776 or 3162970. OLE color: 3162970.

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

Color convert

RGB 90 67 48 -
CMYK 0 0.26 0.47 0.65
HSL 27.14º 0.3% 0.27% -
HSV(B) 27.14º 0.47% 0.35% -
XYZ 6.76 6.4 3.68 -
YUV 71.71 114.62 141.04 -
System Red Green Blue C M Y K H S L
Decimal 90 67 48 0 0.26 0.47 0.65 27.14 0.3 0.27
Hex 5A 43 30 0 1A 2F 41 1B 1E 1B
Octal 132 103 60 0 32 57 101 33 36 33
Binary 1011010 1000011 110000 0 11010 101111 1000001 11011 11110 11011

Color Harmonies of #5A4330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4330

Black with #5A4330

Text Example


Text Example

White with #5A4330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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