Html Css Color HEX #474032 Onion

📋 copy color: '#474032'

red 71 ◦ green 64 ◦ blue 50

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

Shades of Onion #474032

Tints of Onion #474032

RGB

 RED value IS 71 (28.13% from 255) = 38.38%

 GREEN value IS 64 (25.39% from 255) = 34.59%

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

R = 38.38%
G = 34.59%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#474032 (or 0x474032) is known color: Onion. HEX triplet: 47, 40 and 32. RGB value is (71,64,50). Sum of RGB (Red+Green+Blue) = 71+64+50=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 71 - color contains mainly: red. Hex color #474032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474032 is #B8BFCD. Grayscale: #404040. Windows color (decimal): -12107726 or 3293255. OLE color: 3293255.

HSL color Cylindrical-coordinate representation of color #474032: hue angle of 40º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #474032 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 64 50 -
CMYK 0 0.10 0.30 0.72
HSL 40º 0.17% 0.24% -
HSV(B) 40º 0.3% 0.28% -
XYZ 5.01 5.24 3.76 -
YUV 64.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 71 64 50 0 0.10 0.30 0.72 40 0.17 0.24
Hex 47 40 32 0 A 1E 48 28 11 18
Octal 107 100 62 0 12 36 110 50 21 30
Binary 1000111 1000000 110010 0 1010 11110 1001000 101000 10001 11000

Color Harmonies of #474032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474032

Black with #474032

Text Example


Text Example

White with #474032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474032; }

 p { color: rgb(71,64,50); }

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

background-color css

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

 a { background-color: rgb(71,64,50); }

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

border-color css

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

 span { border-color: rgb(71,64,50); }

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