Html Css Color HEX #524933 Punga

📋 copy color: '#524933'

red 82 ◦ green 73 ◦ blue 51

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

Shades of Punga #524933

Tints of Punga #524933

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.44%

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

R = 39.81%
G = 35.44%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#524933 (or 0x524933) is known color: Punga. HEX triplet: 52, 49 and 33. RGB value is (82,73,51). Sum of RGB (Red+Green+Blue) = 82+73+51=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 82 - color contains mainly: red. Hex color #524933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524933 is #ADB6CC. Grayscale: #494949. Windows color (decimal): -11384525 or 3361106. OLE color: 3361106.

HSL color Cylindrical-coordinate representation of color #524933: hue angle of 42.58º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #524933 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 73 51 -
CMYK 0 0.11 0.38 0.68
HSL 42.58º 0.23% 0.26% -
HSV(B) 42.58º 0.38% 0.32% -
XYZ 6.46 6.8 4.1 -
YUV 73.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 82 73 51 0 0.11 0.38 0.68 42.58 0.23 0.26
Hex 52 49 33 0 B 26 44 2B 17 1A
Octal 122 111 63 0 13 46 104 53 27 32
Binary 1010010 1001001 110011 0 1011 100110 1000100 101011 10111 11010

Color Harmonies of #524933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524933

Black with #524933

Text Example


Text Example

White with #524933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524933; }

 p { color: rgb(82,73,51); }

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

background-color css

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

 a { background-color: rgb(82,73,51); }

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

border-color css

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

 span { border-color: rgb(82,73,51); }

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