Html Css Color HEX #524A35 Punga

📋 copy color: '#524A35'

red 82 ◦ green 74 ◦ blue 53

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

Shades of Punga #524A35

Tints of Punga #524A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.36%

R = 39.23%
G = 35.41%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#524A35 (or 0x524A35) is known color: Punga. HEX triplet: 52, 4A and 35. RGB value is (82,74,53). Sum of RGB (Red+Green+Blue) = 82+74+53=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 82 - color contains mainly: red. Hex color #524A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A35 is #ADB5CA. Grayscale: #4A4A4A. Windows color (decimal): -11384267 or 3492434. OLE color: 3492434.

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

Color convert

RGB 82 74 53 -
CMYK 0 0.10 0.35 0.68
HSL 43.45º 0.21% 0.26% -
HSV(B) 43.45º 0.35% 0.32% -
XYZ 6.57 6.95 4.36 -
YUV 74 116.15 133.71 -
System Red Green Blue C M Y K H S L
Decimal 82 74 53 0 0.10 0.35 0.68 43.45 0.21 0.26
Hex 52 4A 35 0 A 23 44 2B 15 1A
Octal 122 112 65 0 12 43 104 53 25 32
Binary 1010010 1001010 110101 0 1010 100011 1000100 101011 10101 11010

Color Harmonies of #524A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524A35

Black with #524A35

Text Example


Text Example

White with #524A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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