Html Css Color HEX #5A4930 Punga

📋 copy color: '#5A4930'

red 90 ◦ green 73 ◦ blue 48

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

Shades of Punga #5A4930

Tints of Punga #5A4930

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.6%

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

R = 42.65%
G = 34.6%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#5A4930 (or 0x5A4930) is known color: Punga. HEX triplet: 5A, 49 and 30. RGB value is (90,73,48). Sum of RGB (Red+Green+Blue) = 90+73+48=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4930 is #A5B6CF. Grayscale: #4B4B4B. Windows color (decimal): -10860240 or 3164506. OLE color: 3164506.

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

Color convert

RGB 90 73 48 -
CMYK 0 0.19 0.47 0.65
HSL 35.71º 0.3% 0.27% -
HSV(B) 35.71º 0.47% 0.35% -
XYZ 7.13 7.15 3.8 -
YUV 75.23 112.63 138.53 -
System Red Green Blue C M Y K H S L
Decimal 90 73 48 0 0.19 0.47 0.65 35.71 0.3 0.27
Hex 5A 49 30 0 13 2F 41 24 1E 1B
Octal 132 111 60 0 23 57 101 44 36 33
Binary 1011010 1001001 110000 0 10011 101111 1000001 100100 11110 11011

Color Harmonies of #5A4930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4930

Black with #5A4930

Text Example


Text Example

White with #5A4930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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