Html Css Color HEX #574B32 Punga

📋 copy color: '#574B32'

red 87 ◦ green 75 ◦ blue 50

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

Shades of Punga #574B32

Tints of Punga #574B32

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.38%

 BLUE value IS 50 (19.92% from 255) = 23.58%

R = 41.04%
G = 35.38%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#574B32 (or 0x574B32) is known color: Punga. HEX triplet: 57, 4B and 32. RGB value is (87,75,50). Sum of RGB (Red+Green+Blue) = 87+75+50=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 87 - color contains mainly: red. Hex color #574B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B32 is #A8B4CD. Grayscale: #4B4B4B. Windows color (decimal): -11056334 or 3296087. OLE color: 3296087.

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

Color convert

RGB 87 75 50 -
CMYK 0 0.14 0.43 0.66
HSL 40.54º 0.27% 0.27% -
HSV(B) 40.54º 0.43% 0.34% -
XYZ 7.02 7.29 4.05 -
YUV 75.74 113.48 136.03 -
System Red Green Blue C M Y K H S L
Decimal 87 75 50 0 0.14 0.43 0.66 40.54 0.27 0.27
Hex 57 4B 32 0 E 2B 42 29 1B 1B
Octal 127 113 62 0 16 53 102 51 33 33
Binary 1010111 1001011 110010 0 1110 101011 1000010 101001 11011 11011

Color Harmonies of #574B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574B32

Black with #574B32

Text Example


Text Example

White with #574B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,75,50); }

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

background-color css

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

 a { background-color: rgb(87,75,50); }

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

border-color css

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

 span { border-color: rgb(87,75,50); }

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