Html Css Color HEX #534832 Punga

📋 copy color: '#534832'

red 83 ◦ green 72 ◦ blue 50

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

Shades of Punga #534832

Tints of Punga #534832

RGB

 RED value IS 83 (32.81% from 255) = 40.49%

 GREEN value IS 72 (28.52% from 255) = 35.12%

 BLUE value IS 50 (19.92% from 255) = 24.39%

R = 40.49%
G = 35.12%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#534832 (or 0x534832) is known color: Punga. HEX triplet: 53, 48 and 32. RGB value is (83,72,50). Sum of RGB (Red+Green+Blue) = 83+72+50=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #534832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534832 is #ACB7CD. Grayscale: #484848. Windows color (decimal): -11319246 or 3295315. OLE color: 3295315.

HSL color Cylindrical-coordinate representation of color #534832: hue angle of 40º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #534832 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 72 50 -
CMYK 0 0.13 0.40 0.67
HSL 40º 0.25% 0.26% -
HSV(B) 40º 0.4% 0.33% -
XYZ 6.46 6.7 3.97 -
YUV 72.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 83 72 50 0 0.13 0.40 0.67 40 0.25 0.26
Hex 53 48 32 0 D 28 43 28 19 1A
Octal 123 110 62 0 15 50 103 50 31 32
Binary 1010011 1001000 110010 0 1101 101000 1000011 101000 11001 11010

Color Harmonies of #534832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534832

Black with #534832

Text Example


Text Example

White with #534832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534832; }

 p { color: rgb(83,72,50); }

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

background-color css

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

 a { background-color: rgb(83,72,50); }

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

border-color css

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

 span { border-color: rgb(83,72,50); }

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