Html Css Color HEX #5A4E36 Punga

📋 copy color: '#5A4E36'

red 90 ◦ green 78 ◦ blue 54

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

Shades of Punga #5A4E36

Tints of Punga #5A4E36

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.14%

 BLUE value IS 54 (21.48% from 255) = 24.32%

R = 40.54%
G = 35.14%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#5A4E36 (or 0x5A4E36) is known color: Punga. HEX triplet: 5A, 4E and 36. RGB value is (90,78,54). Sum of RGB (Red+Green+Blue) = 90+78+54=222 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.54% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4E36 is #A5B1C9. Grayscale: #4E4E4E. Windows color (decimal): -10858954 or 3559002. OLE color: 3559002.

HSL color Cylindrical-coordinate representation of color #5A4E36: hue angle of 40º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A4E36 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 78 54 -
CMYK 0 0.13 0.40 0.65
HSL 40º 0.25% 0.28% -
HSV(B) 40º 0.4% 0.35% -
XYZ 7.61 7.89 4.61 -
YUV 78.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 90 78 54 0 0.13 0.40 0.65 40 0.25 0.28
Hex 5A 4E 36 0 D 28 41 28 19 1C
Octal 132 116 66 0 15 50 101 50 31 34
Binary 1011010 1001110 110110 0 1101 101000 1000001 101000 11001 11100

Color Harmonies of #5A4E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4E36

Black with #5A4E36

Text Example


Text Example

White with #5A4E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,78,54); }

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

background-color css

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

 a { background-color: rgb(90,78,54); }

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

border-color css

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

 span { border-color: rgb(90,78,54); }

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