Html Css Color HEX #524A38 Punga

📋 copy color: '#524A38'

red 82 ◦ green 74 ◦ blue 56

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

Shades of Punga #524A38

Tints of Punga #524A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.42%

R = 38.68%
G = 34.91%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#524A38 (or 0x524A38) is known color: Punga. HEX triplet: 52, 4A and 38. RGB value is (82,74,56). Sum of RGB (Red+Green+Blue) = 82+74+56=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 82 - color contains mainly: red. Hex color #524A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A38 is #ADB5C7. Grayscale: #4A4A4A. Windows color (decimal): -11384264 or 3689042. OLE color: 3689042.

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

Color convert

RGB 82 74 56 -
CMYK 0 0.10 0.32 0.68
HSL 41.54º 0.19% 0.27% -
HSV(B) 41.54º 0.32% 0.32% -
XYZ 6.64 6.98 4.74 -
YUV 74.34 117.65 133.46 -
System Red Green Blue C M Y K H S L
Decimal 82 74 56 0 0.10 0.32 0.68 41.54 0.19 0.27
Hex 52 4A 38 0 A 20 44 2A 13 1B
Octal 122 112 70 0 12 40 104 52 23 33
Binary 1010010 1001010 111000 0 1010 100000 1000100 101010 10011 11011

Color Harmonies of #524A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524A38

Black with #524A38

Text Example


Text Example

White with #524A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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