Html Css Color HEX #574830 Punga

📋 copy color: '#574830'

red 87 ◦ green 72 ◦ blue 48

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

Shades of Punga #574830

Tints of Punga #574830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.78%

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

R = 42.03%
G = 34.78%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.66

RGB Variations

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

Color information

#574830 (or 0x574830) is known color: Punga. HEX triplet: 57, 48 and 30. RGB value is (87,72,48). Sum of RGB (Red+Green+Blue) = 87+72+48=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 87 - color contains mainly: red. Hex color #574830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574830 is #A8B7CF. Grayscale: #494949. Windows color (decimal): -11057104 or 3164247. OLE color: 3164247.

HSL color Cylindrical-coordinate representation of color #574830: hue angle of 36.92º 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 #574830 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 72 48 -
CMYK 0 0.17 0.45 0.66
HSL 36.92º 0.29% 0.26% -
HSV(B) 36.92º 0.45% 0.34% -
XYZ 6.78 6.87 3.77 -
YUV 73.75 113.47 137.45 -
System Red Green Blue C M Y K H S L
Decimal 87 72 48 0 0.17 0.45 0.66 36.92 0.29 0.26
Hex 57 48 30 0 11 2D 42 25 1D 1A
Octal 127 110 60 0 21 55 102 45 35 32
Binary 1010111 1001000 110000 0 10001 101101 1000010 100101 11101 11010

Color Harmonies of #574830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574830

Black with #574830

Text Example


Text Example

White with #574830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574830; }

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

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

background-color css

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

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

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

border-color css

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

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

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