Html Css Color HEX #5A4C34 Punga

📋 copy color: '#5A4C34'

red 90 ◦ green 76 ◦ blue 52

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

Shades of Punga #5A4C34

Tints of Punga #5A4C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.85%

R = 41.28%
G = 34.86%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#5A4C34 (or 0x5A4C34) is known color: Punga. HEX triplet: 5A, 4C and 34. RGB value is (90,76,52). Sum of RGB (Red+Green+Blue) = 90+76+52=218 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.28% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4C34 is #A5B3CB. Grayscale: #4D4D4D. Windows color (decimal): -10859468 or 3427418. OLE color: 3427418.

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

Color convert

RGB 90 76 52 -
CMYK 0 0.16 0.42 0.65
HSL 37.89º 0.27% 0.28% -
HSV(B) 37.89º 0.42% 0.35% -
XYZ 7.42 7.59 4.32 -
YUV 77.45 113.64 136.95 -
System Red Green Blue C M Y K H S L
Decimal 90 76 52 0 0.16 0.42 0.65 37.89 0.27 0.28
Hex 5A 4C 34 0 10 2A 41 26 1B 1C
Octal 132 114 64 0 20 52 101 46 33 34
Binary 1011010 1001100 110100 0 10000 101010 1000001 100110 11011 11100

Color Harmonies of #5A4C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4C34

Black with #5A4C34

Text Example


Text Example

White with #5A4C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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