Html Css Color HEX #524629 Punga

📋 copy color: '#524629'

red 82 ◦ green 70 ◦ blue 41

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

Shades of Punga #524629

Tints of Punga #524629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.24%

R = 42.49%
G = 36.27%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#524629 (or 0x524629) is known color: Punga. HEX triplet: 52, 46 and 29. RGB value is (82,70,41). Sum of RGB (Red+Green+Blue) = 82+70+41=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #524629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524629 is #ADB9D6. Grayscale: #464646. Windows color (decimal): -11385303 or 2704978. OLE color: 2704978.

HSL color Cylindrical-coordinate representation of color #524629: hue angle of 42.44º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #524629 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 70 41 -
CMYK 0 0.15 0.50 0.68
HSL 42.44º 0.33% 0.24% -
HSV(B) 42.44º 0.5% 0.32% -
XYZ 6.07 6.33 3 -
YUV 70.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 82 70 41 0 0.15 0.50 0.68 42.44 0.33 0.24
Hex 52 46 29 0 F 32 44 2A 21 18
Octal 122 106 51 0 17 62 104 52 41 30
Binary 1010010 1000110 101001 0 1111 110010 1000100 101010 100001 11000

Color Harmonies of #524629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524629

Black with #524629

Text Example


Text Example

White with #524629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524629; }

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

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

background-color css

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

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

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

border-color css

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

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

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