Html Css Color HEX #534731 Punga

📋 copy color: '#534731'

red 83 ◦ green 71 ◦ blue 49

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

Shades of Punga #534731

Tints of Punga #534731

RGB

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

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

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

R = 40.89%
G = 34.98%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#534731 (or 0x534731) is known color: Punga. HEX triplet: 53, 47 and 31. RGB value is (83,71,49). Sum of RGB (Red+Green+Blue) = 83+71+49=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #534731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534731 is #ACB8CE. Grayscale: #484848. Windows color (decimal): -11319503 or 3229523. OLE color: 3229523.

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

Color convert

RGB 83 71 49 -
CMYK 0 0.14 0.41 0.67
HSL 38.82º 0.26% 0.26% -
HSV(B) 38.82º 0.41% 0.33% -
XYZ 6.37 6.57 3.84 -
YUV 72.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 83 71 49 0 0.14 0.41 0.67 38.82 0.26 0.26
Hex 53 47 31 0 E 29 43 27 1A 1A
Octal 123 107 61 0 16 51 103 47 32 32
Binary 1010011 1000111 110001 0 1110 101001 1000011 100111 11010 11010

Color Harmonies of #534731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534731

Black with #534731

Text Example


Text Example

White with #534731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534731; }

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

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

background-color css

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

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

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

border-color css

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

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

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