Html Css Color HEX #5A4C33 Punga

📋 copy color: '#5A4C33'

red 90 ◦ green 76 ◦ blue 51

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

Shades of Punga #5A4C33

Tints of Punga #5A4C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.5%

R = 41.47%
G = 35.02%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#5A4C33 (or 0x5A4C33) is known color: Punga. HEX triplet: 5A, 4C and 33. RGB value is (90,76,51). Sum of RGB (Red+Green+Blue) = 90+76+51=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4C33 is #A5B3CC. Grayscale: #4D4D4D. Windows color (decimal): -10859469 or 3361882. OLE color: 3361882.

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

Color convert

RGB 90 76 51 -
CMYK 0 0.16 0.43 0.65
HSL 38.46º 0.28% 0.28% -
HSV(B) 38.46º 0.43% 0.35% -
XYZ 7.4 7.58 4.21 -
YUV 77.34 113.14 137.03 -
System Red Green Blue C M Y K H S L
Decimal 90 76 51 0 0.16 0.43 0.65 38.46 0.28 0.28
Hex 5A 4C 33 0 10 2B 41 26 1C 1C
Octal 132 114 63 0 20 53 101 46 34 34
Binary 1011010 1001100 110011 0 10000 101011 1000001 100110 11100 11100

Color Harmonies of #5A4C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4C33

Black with #5A4C33

Text Example


Text Example

White with #5A4C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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