Html Css Color HEX #534A31 Punga

📋 copy color: '#534A31'

red 83 ◦ green 74 ◦ blue 49

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

Shades of Punga #534A31

Tints of Punga #534A31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23.79%

R = 40.29%
G = 35.92%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#534A31 (or 0x534A31) is known color: Punga. HEX triplet: 53, 4A and 31. RGB value is (83,74,49). Sum of RGB (Red+Green+Blue) = 83+74+49=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #534A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A31 is #ACB5CE. Grayscale: #494949. Windows color (decimal): -11318735 or 3230291. OLE color: 3230291.

HSL color Cylindrical-coordinate representation of color #534A31: hue angle of 44.12º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #534A31 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 74 49 -
CMYK 0 0.11 0.41 0.67
HSL 44.12º 0.26% 0.26% -
HSV(B) 44.12º 0.41% 0.33% -
XYZ 6.57 6.96 3.9 -
YUV 73.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 83 74 49 0 0.11 0.41 0.67 44.12 0.26 0.26
Hex 53 4A 31 0 B 29 43 2C 1A 1A
Octal 123 112 61 0 13 51 103 54 32 32
Binary 1010011 1001010 110001 0 1011 101001 1000011 101100 11010 11010

Color Harmonies of #534A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A31

Black with #534A31

Text Example


Text Example

White with #534A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534A31; }

 p { color: rgb(83,74,49); }

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

background-color css

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

 a { background-color: rgb(83,74,49); }

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

border-color css

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

 span { border-color: rgb(83,74,49); }

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