Html Css Color HEX #5A482C Punga

📋 copy color: '#5A482C'

red 90 ◦ green 72 ◦ blue 44

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

Shades of Punga #5A482C

Tints of Punga #5A482C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.95%

 BLUE value IS 44 (17.58% from 255) = 21.36%

R = 43.69%
G = 34.95%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#5A482C (or 0x5A482C) is known color: Punga. HEX triplet: 5A, 48 and 2C. RGB value is (90,72,44). Sum of RGB (Red+Green+Blue) = 90+72+44=206 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.69% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 90 - color contains mainly: red. Hex color #5A482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A482C is #A5B7D3. Grayscale: #4A4A4A. Windows color (decimal): -10860500 or 2902106. OLE color: 2902106.

HSL color Cylindrical-coordinate representation of color #5A482C: hue angle of 36.52º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A482C is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 72 44 -
CMYK 0 0.20 0.51 0.65
HSL 36.52º 0.34% 0.26% -
HSV(B) 36.52º 0.51% 0.35% -
XYZ 6.99 6.99 3.36 -
YUV 74.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 90 72 44 0 0.20 0.51 0.65 36.52 0.34 0.26
Hex 5A 48 2C 0 14 33 41 25 22 1A
Octal 132 110 54 0 24 63 101 45 42 32
Binary 1011010 1001000 101100 0 10100 110011 1000001 100101 100010 11010

Color Harmonies of #5A482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A482C

Black with #5A482C

Text Example


Text Example

White with #5A482C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,72,44); }

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

background-color css

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

 a { background-color: rgb(90,72,44); }

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

border-color css

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

 span { border-color: rgb(90,72,44); }

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