Html Css Color HEX #574A30 Punga

📋 copy color: '#574A30'

red 87 ◦ green 74 ◦ blue 48

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

Shades of Punga #574A30

Tints of Punga #574A30

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.41%

 BLUE value IS 48 (19.14% from 255) = 22.97%

R = 41.63%
G = 35.41%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.66

RGB Variations

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

Color information

#574A30 (or 0x574A30) is known color: Punga. HEX triplet: 57, 4A and 30. RGB value is (87,74,48). Sum of RGB (Red+Green+Blue) = 87+74+48=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 87 - color contains mainly: red. Hex color #574A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A30 is #A8B5CF. Grayscale: #4B4B4B. Windows color (decimal): -11056592 or 3164759. OLE color: 3164759.

HSL color Cylindrical-coordinate representation of color #574A30: hue angle of 40º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #574A30 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 74 48 -
CMYK 0 0.15 0.45 0.66
HSL 40º 0.29% 0.26% -
HSV(B) 40º 0.45% 0.34% -
XYZ 6.91 7.14 3.81 -
YUV 74.92 112.81 136.61 -
System Red Green Blue C M Y K H S L
Decimal 87 74 48 0 0.15 0.45 0.66 40 0.29 0.26
Hex 57 4A 30 0 F 2D 42 28 1D 1A
Octal 127 112 60 0 17 55 102 50 35 32
Binary 1010111 1001010 110000 0 1111 101101 1000010 101000 11101 11010

Color Harmonies of #574A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574A30

Black with #574A30

Text Example


Text Example

White with #574A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,74,48); }

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

background-color css

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

 a { background-color: rgb(87,74,48); }

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

border-color css

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

 span { border-color: rgb(87,74,48); }

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