Html Css Color HEX #474131 Onion

📋 copy color: '#474131'

red 71 ◦ green 65 ◦ blue 49

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

Shades of Onion #474131

Tints of Onion #474131

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.14%

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

R = 38.38%
G = 35.14%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#474131 (or 0x474131) is known color: Onion. HEX triplet: 47, 41 and 31. RGB value is (71,65,49). Sum of RGB (Red+Green+Blue) = 71+65+49=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 71 - color contains mainly: red. Hex color #474131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474131 is #B8BECE. Grayscale: #414141. Windows color (decimal): -12107471 or 3227975. OLE color: 3227975.

HSL color Cylindrical-coordinate representation of color #474131: hue angle of 43.64º 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 #474131 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 65 49 -
CMYK 0 0.08 0.31 0.72
HSL 43.64º 0.18% 0.24% -
HSV(B) 43.64º 0.31% 0.28% -
XYZ 5.04 5.34 3.67 -
YUV 64.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 71 65 49 0 0.08 0.31 0.72 43.64 0.18 0.24
Hex 47 41 31 0 8 1F 48 2C 12 18
Octal 107 101 61 0 10 37 110 54 22 30
Binary 1000111 1000001 110001 0 1000 11111 1001000 101100 10010 11000

Color Harmonies of #474131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474131

Black with #474131

Text Example


Text Example

White with #474131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474131; }

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

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

background-color css

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

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

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

border-color css

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

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

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