Html Css Color HEX #474232 Onion

📋 copy color: '#474232'

red 71 ◦ green 66 ◦ blue 50

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

Shades of Onion #474232

Tints of Onion #474232

RGB

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

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

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

R = 37.97%
G = 35.29%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#474232 (or 0x474232) is known color: Onion. HEX triplet: 47, 42 and 32. RGB value is (71,66,50). Sum of RGB (Red+Green+Blue) = 71+66+50=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 71 - color contains mainly: red. Hex color #474232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474232 is #B8BDCD. Grayscale: #414141. Windows color (decimal): -12107214 or 3293767. OLE color: 3293767.

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

Color convert

RGB 71 66 50 -
CMYK 0 0.07 0.30 0.72
HSL 45.71º 0.17% 0.24% -
HSV(B) 45.71º 0.3% 0.28% -
XYZ 5.12 5.47 3.8 -
YUV 65.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 71 66 50 0 0.07 0.30 0.72 45.71 0.17 0.24
Hex 47 42 32 0 7 1E 48 2E 11 18
Octal 107 102 62 0 7 36 110 56 21 30
Binary 1000111 1000010 110010 0 111 11110 1001000 101110 10001 11000

Color Harmonies of #474232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474232

Black with #474232

Text Example


Text Example

White with #474232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474232; }

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

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

background-color css

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

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

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

border-color css

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

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

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