Html Css Color HEX #574C33 Punga

📋 copy color: '#574C33'

red 87 ◦ green 76 ◦ blue 51

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

Shades of Punga #574C33

Tints of Punga #574C33

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.51%

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

R = 40.65%
G = 35.51%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.66

RGB Variations

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

Color information

#574C33 (or 0x574C33) is known color: Punga. HEX triplet: 57, 4C and 33. RGB value is (87,76,51). Sum of RGB (Red+Green+Blue) = 87+76+51=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 87 - color contains mainly: red. Hex color #574C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574C33 is #A8B3CC. Grayscale: #4C4C4C. Windows color (decimal): -11056077 or 3361879. OLE color: 3361879.

HSL color Cylindrical-coordinate representation of color #574C33: hue angle of 41.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 #574C33 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 76 51 -
CMYK 0 0.13 0.41 0.66
HSL 41.67º 0.26% 0.27% -
HSV(B) 41.67º 0.41% 0.34% -
XYZ 7.11 7.43 4.19 -
YUV 76.44 113.64 135.53 -
System Red Green Blue C M Y K H S L
Decimal 87 76 51 0 0.13 0.41 0.66 41.67 0.26 0.27
Hex 57 4C 33 0 D 29 42 2A 1A 1B
Octal 127 114 63 0 15 51 102 52 32 33
Binary 1010111 1001100 110011 0 1101 101001 1000010 101010 11010 11011

Color Harmonies of #574C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C33

Black with #574C33

Text Example


Text Example

White with #574C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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