Html Css Color HEX #5A4C2F Punga

📋 copy color: '#5A4C2F'

red 90 ◦ green 76 ◦ blue 47

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

Shades of Punga #5A4C2F

Tints of Punga #5A4C2F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.68%

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

R = 42.25%
G = 35.68%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#5A4C2F (or 0x5A4C2F) is known color: Punga. HEX triplet: 5A, 4C and 2F. RGB value is (90,76,47). Sum of RGB (Red+Green+Blue) = 90+76+47=213 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.25% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4C2F is #A5B3D0. Grayscale: #4D4D4D. Windows color (decimal): -10859473 or 3099738. OLE color: 3099738.

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

Color convert

RGB 90 76 47 -
CMYK 0 0.16 0.48 0.65
HSL 40.47º 0.31% 0.27% -
HSV(B) 40.47º 0.48% 0.35% -
XYZ 7.31 7.55 3.76 -
YUV 76.88 111.14 137.36 -
System Red Green Blue C M Y K H S L
Decimal 90 76 47 0 0.16 0.48 0.65 40.47 0.31 0.27
Hex 5A 4C 2F 0 10 30 41 28 1F 1B
Octal 132 114 57 0 20 60 101 50 37 33
Binary 1011010 1001100 101111 0 10000 110000 1000001 101000 11111 11011

Color Harmonies of #5A4C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4C2F

Black with #5A4C2F

Text Example


Text Example

White with #5A4C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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