Html Css Color HEX #524633 Punga

📋 copy color: '#524633'

red 82 ◦ green 70 ◦ blue 51

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

Shades of Punga #524633

Tints of Punga #524633

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.48%

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

R = 40.39%
G = 34.48%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#524633 (or 0x524633) is known color: Punga. HEX triplet: 52, 46 and 33. RGB value is (82,70,51). Sum of RGB (Red+Green+Blue) = 82+70+51=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 82 - color contains mainly: red. Hex color #524633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524633 is #ADB9CC. Grayscale: #474747. Windows color (decimal): -11385293 or 3360338. OLE color: 3360338.

HSL color Cylindrical-coordinate representation of color #524633: hue angle of 36.77º 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 #524633 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 70 51 -
CMYK 0 0.15 0.38 0.68
HSL 36.77º 0.23% 0.26% -
HSV(B) 36.77º 0.38% 0.32% -
XYZ 6.27 6.41 4.04 -
YUV 71.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 82 70 51 0 0.15 0.38 0.68 36.77 0.23 0.26
Hex 52 46 33 0 F 26 44 25 17 1A
Octal 122 106 63 0 17 46 104 45 27 32
Binary 1010010 1000110 110011 0 1111 100110 1000100 100101 10111 11010

Color Harmonies of #524633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524633

Black with #524633

Text Example


Text Example

White with #524633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524633; }

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

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

background-color css

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

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

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

border-color css

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

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

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