Html Css Color HEX #5A492F Punga

📋 copy color: '#5A492F'

red 90 ◦ green 73 ◦ blue 47

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

Shades of Punga #5A492F

Tints of Punga #5A492F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.38%

R = 42.86%
G = 34.76%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#5A492F (or 0x5A492F) is known color: Punga. HEX triplet: 5A, 49 and 2F. RGB value is (90,73,47). Sum of RGB (Red+Green+Blue) = 90+73+47=210 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.86% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 90 - color contains mainly: red. Hex color #5A492F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A492F is #A5B6D0. Grayscale: #4B4B4B. Windows color (decimal): -10860241 or 3098970. OLE color: 3098970.

HSL color Cylindrical-coordinate representation of color #5A492F: hue angle of 36.28º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A492F is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 73 47 -
CMYK 0 0.19 0.48 0.65
HSL 36.28º 0.31% 0.27% -
HSV(B) 36.28º 0.48% 0.35% -
XYZ 7.11 7.14 3.69 -
YUV 75.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 90 73 47 0 0.19 0.48 0.65 36.28 0.31 0.27
Hex 5A 49 2F 0 13 30 41 24 1F 1B
Octal 132 111 57 0 23 60 101 44 37 33
Binary 1011010 1001001 101111 0 10011 110000 1000001 100100 11111 11011

Color Harmonies of #5A492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A492F

Black with #5A492F

Text Example


Text Example

White with #5A492F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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