Html Css Color HEX #474031 Onion

📋 copy color: '#474031'

red 71 ◦ green 64 ◦ blue 49

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

Shades of Onion #474031

Tints of Onion #474031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 26.63%

R = 38.59%
G = 34.78%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#474031 (or 0x474031) is known color: Onion. HEX triplet: 47, 40 and 31. RGB value is (71,64,49). Sum of RGB (Red+Green+Blue) = 71+64+49=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #474031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474031 is #B8BFCE. Grayscale: #404040. Windows color (decimal): -12107727 or 3227719. OLE color: 3227719.

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

Color convert

RGB 71 64 49 -
CMYK 0 0.10 0.31 0.72
HSL 40.91º 0.18% 0.24% -
HSV(B) 40.91º 0.31% 0.28% -
XYZ 4.99 5.23 3.65 -
YUV 64.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 71 64 49 0 0.10 0.31 0.72 40.91 0.18 0.24
Hex 47 40 31 0 A 1F 48 29 12 18
Octal 107 100 61 0 12 37 110 51 22 30
Binary 1000111 1000000 110001 0 1010 11111 1001000 101001 10010 11000

Color Harmonies of #474031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474031

Black with #474031

Text Example


Text Example

White with #474031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474031; }

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

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

background-color css

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

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

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

border-color css

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

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

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