Html Css Color HEX #574933 Punga

📋 copy color: '#574933'

red 87 ◦ green 73 ◦ blue 51

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

Shades of Punga #574933

Tints of Punga #574933

RGB

 RED value IS 87 (34.38% from 255) = 41.23%

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

 BLUE value IS 51 (20.31% from 255) = 24.17%

R = 41.23%
G = 34.6%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.66

RGB Variations

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

Color information

#574933 (or 0x574933) is known color: Punga. HEX triplet: 57, 49 and 33. RGB value is (87,73,51). Sum of RGB (Red+Green+Blue) = 87+73+51=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 87 - color contains mainly: red. Hex color #574933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574933 is #A8B6CC. Grayscale: #4A4A4A. Windows color (decimal): -11056845 or 3361111. OLE color: 3361111.

HSL color Cylindrical-coordinate representation of color #574933: hue angle of 36.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #574933 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 73 51 -
CMYK 0 0.16 0.41 0.66
HSL 36.67º 0.26% 0.27% -
HSV(B) 36.67º 0.41% 0.34% -
XYZ 6.91 7.03 4.12 -
YUV 74.68 114.64 136.79 -
System Red Green Blue C M Y K H S L
Decimal 87 73 51 0 0.16 0.41 0.66 36.67 0.26 0.27
Hex 57 49 33 0 10 29 42 25 1A 1B
Octal 127 111 63 0 20 51 102 45 32 33
Binary 1010111 1001001 110011 0 10000 101001 1000010 100101 11010 11011

Color Harmonies of #574933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574933

Black with #574933

Text Example


Text Example

White with #574933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574933; }

 p { color: rgb(87,73,51); }

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

background-color css

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

 a { background-color: rgb(87,73,51); }

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

border-color css

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

 span { border-color: rgb(87,73,51); }

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