Html Css Color HEX #534A34 Punga

📋 copy color: '#534A34'

red 83 ◦ green 74 ◦ blue 52

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

Shades of Punga #534A34

Tints of Punga #534A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.88%

R = 39.71%
G = 35.41%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#534A34 (or 0x534A34) is known color: Punga. HEX triplet: 53, 4A and 34. RGB value is (83,74,52). Sum of RGB (Red+Green+Blue) = 83+74+52=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #534A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A34 is #ACB5CB. Grayscale: #4A4A4A. Windows color (decimal): -11318732 or 3426899. OLE color: 3426899.

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

Color convert

RGB 83 74 52 -
CMYK 0 0.11 0.37 0.67
HSL 42.58º 0.23% 0.26% -
HSV(B) 42.58º 0.37% 0.33% -
XYZ 6.64 6.98 4.25 -
YUV 74.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 83 74 52 0 0.11 0.37 0.67 42.58 0.23 0.26
Hex 53 4A 34 0 B 25 43 2B 17 1A
Octal 123 112 64 0 13 45 103 53 27 32
Binary 1010011 1001010 110100 0 1011 100101 1000011 101011 10111 11010

Color Harmonies of #534A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A34

Black with #534A34

Text Example


Text Example

White with #534A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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