Html Css Color HEX #5A4030 Very Dark Brown

📋 copy color: '#5A4030'

red 90 ◦ green 64 ◦ blue 48

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

Shades of Very Dark Brown #5A4030

Tints of Very Dark Brown #5A4030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.68%

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

R = 44.55%
G = 31.68%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#5A4030 (or 0x5A4030) is known color: Very Dark Brown. HEX triplet: 5A, 40 and 30. RGB value is (90,64,48). Sum of RGB (Red+Green+Blue) = 90+64+48=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4030 is #A5BFCF. Grayscale: #464646. Windows color (decimal): -10862544 or 3162202. OLE color: 3162202.

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

Color convert

RGB 90 64 48 -
CMYK 0 0.29 0.47 0.65
HSL 22.86º 0.3% 0.27% -
HSV(B) 22.86º 0.47% 0.35% -
XYZ 6.58 6.05 3.62 -
YUV 69.95 115.61 142.3 -
System Red Green Blue C M Y K H S L
Decimal 90 64 48 0 0.29 0.47 0.65 22.86 0.3 0.27
Hex 5A 40 30 0 1D 2F 41 17 1E 1B
Octal 132 100 60 0 35 57 101 27 36 33
Binary 1011010 1000000 110000 0 11101 101111 1000001 10111 11110 11011

Color Harmonies of #5A4030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4030

Black with #5A4030

Text Example


Text Example

White with #5A4030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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