Html Css Color HEX #524A36 Punga

📋 copy color: '#524A36'

red 82 ◦ green 74 ◦ blue 54

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

Shades of Punga #524A36

Tints of Punga #524A36

RGB

 RED value IS 82 (32.42% from 255) = 39.05%

 GREEN value IS 74 (29.3% from 255) = 35.24%

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

R = 39.05%
G = 35.24%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.68

RGB Variations

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

Color information

#524A36 (or 0x524A36) is known color: Punga. HEX triplet: 52, 4A and 36. RGB value is (82,74,54). Sum of RGB (Red+Green+Blue) = 82+74+54=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 82 - color contains mainly: red. Hex color #524A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A36 is #ADB5C9. Grayscale: #4A4A4A. Windows color (decimal): -11384266 or 3557970. OLE color: 3557970.

HSL color Cylindrical-coordinate representation of color #524A36: hue angle of 42.86º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #524A36 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 74 54 -
CMYK 0 0.10 0.34 0.68
HSL 42.86º 0.21% 0.27% -
HSV(B) 42.86º 0.34% 0.32% -
XYZ 6.59 6.96 4.49 -
YUV 74.11 116.65 133.63 -
System Red Green Blue C M Y K H S L
Decimal 82 74 54 0 0.10 0.34 0.68 42.86 0.21 0.27
Hex 52 4A 36 0 A 22 44 2B 15 1B
Octal 122 112 66 0 12 42 104 53 25 33
Binary 1010010 1001010 110110 0 1010 100010 1000100 101011 10101 11011

Color Harmonies of #524A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524A36

Black with #524A36

Text Example


Text Example

White with #524A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524A36; }

 p { color: rgb(82,74,54); }

 H1.HeaderClassName
 {
   color: #524A36;
 }
 .AnyTagClassName
 {
   color: #524A36;
 }
</style>

background-color css

<style>
 a { background-color: #524A36; }

 a { background-color: rgb(82,74,54); }

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

border-color css

<style>
 span { border-color: #524A36; }

 span { border-color: rgb(82,74,54); }

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