Html Css Color HEX #474231 Onion

📋 copy color: '#474231'

red 71 ◦ green 66 ◦ blue 49

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

Shades of Onion #474231

Tints of Onion #474231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.48%

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

R = 38.17%
G = 35.48%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#474231 (or 0x474231) is known color: Onion. HEX triplet: 47, 42 and 31. RGB value is (71,66,49). Sum of RGB (Red+Green+Blue) = 71+66+49=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 71 - color contains mainly: red. Hex color #474231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474231 is #B8BDCE. Grayscale: #414141. Windows color (decimal): -12107215 or 3228231. OLE color: 3228231.

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

Color convert

RGB 71 66 49 -
CMYK 0 0.07 0.31 0.72
HSL 46.36º 0.18% 0.24% -
HSV(B) 46.36º 0.31% 0.28% -
XYZ 5.1 5.46 3.69 -
YUV 65.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 71 66 49 0 0.07 0.31 0.72 46.36 0.18 0.24
Hex 47 42 31 0 7 1F 48 2E 12 18
Octal 107 102 61 0 7 37 110 56 22 30
Binary 1000111 1000010 110001 0 111 11111 1001000 101110 10010 11000

Color Harmonies of #474231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474231

Black with #474231

Text Example


Text Example

White with #474231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474231; }

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

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

background-color css

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

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

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

border-color css

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

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

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