Html Css Color HEX #534937 Punga

📋 copy color: '#534937'

red 83 ◦ green 73 ◦ blue 55

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

Shades of Punga #534937

Tints of Punga #534937

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.6%

 BLUE value IS 55 (21.88% from 255) = 26.07%

R = 39.34%
G = 34.6%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#534937 (or 0x534937) is known color: Punga. HEX triplet: 53, 49 and 37. RGB value is (83,73,55). Sum of RGB (Red+Green+Blue) = 83+73+55=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 55 (21.88% from 255 or 26.07% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #534937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534937 is #ACB6C8. Grayscale: #4A4A4A. Windows color (decimal): -11318985 or 3623251. OLE color: 3623251.

HSL color Cylindrical-coordinate representation of color #534937: hue angle of 38.57º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #534937 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 73 55 -
CMYK 0 0.12 0.34 0.67
HSL 38.57º 0.2% 0.27% -
HSV(B) 38.57º 0.34% 0.33% -
XYZ 6.64 6.88 4.59 -
YUV 73.94 117.31 134.46 -
System Red Green Blue C M Y K H S L
Decimal 83 73 55 0 0.12 0.34 0.67 38.57 0.2 0.27
Hex 53 49 37 0 C 22 43 27 14 1B
Octal 123 111 67 0 14 42 103 47 24 33
Binary 1010011 1001001 110111 0 1100 100010 1000011 100111 10100 11011

Color Harmonies of #534937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534937

Black with #534937

Text Example


Text Example

White with #534937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534937; }

 p { color: rgb(83,73,55); }

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

background-color css

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

 a { background-color: rgb(83,73,55); }

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

border-color css

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

 span { border-color: rgb(83,73,55); }

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