Html Css Color HEX #534734 Punga

📋 copy color: '#534734'

red 83 ◦ green 71 ◦ blue 52

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

Shades of Punga #534734

Tints of Punga #534734

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.47%

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

R = 40.29%
G = 34.47%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#534734 (or 0x534734) is known color: Punga. HEX triplet: 53, 47 and 34. RGB value is (83,71,52). Sum of RGB (Red+Green+Blue) = 83+71+52=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #534734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534734 is #ACB8CB. Grayscale: #484848. Windows color (decimal): -11319500 or 3426131. OLE color: 3426131.

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

Color convert

RGB 83 71 52 -
CMYK 0 0.14 0.37 0.67
HSL 36.77º 0.23% 0.26% -
HSV(B) 36.77º 0.37% 0.33% -
XYZ 6.44 6.59 4.18 -
YUV 72.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 83 71 52 0 0.14 0.37 0.67 36.77 0.23 0.26
Hex 53 47 34 0 E 25 43 25 17 1A
Octal 123 107 64 0 16 45 103 45 27 32
Binary 1010011 1000111 110100 0 1110 100101 1000011 100101 10111 11010

Color Harmonies of #534734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534734

Black with #534734

Text Example


Text Example

White with #534734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534734; }

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

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

background-color css

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

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

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

border-color css

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

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

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