Html Css Color HEX #474133 Onion

📋 copy color: '#474133'

red 71 ◦ green 65 ◦ blue 51

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

Shades of Onion #474133

Tints of Onion #474133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 27.27%

R = 37.97%
G = 34.76%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#474133 (or 0x474133) is known color: Onion. HEX triplet: 47, 41 and 33. RGB value is (71,65,51). Sum of RGB (Red+Green+Blue) = 71+65+51=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 71 - color contains mainly: red. Hex color #474133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474133 is #B8BECC. Grayscale: #414141. Windows color (decimal): -12107469 or 3359047. OLE color: 3359047.

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

Color convert

RGB 71 65 51 -
CMYK 0 0.08 0.28 0.72
HSL 42º 0.16% 0.24% -
HSV(B) 42º 0.28% 0.28% -
XYZ 5.09 5.36 3.9 -
YUV 65.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 71 65 51 0 0.08 0.28 0.72 42 0.16 0.24
Hex 47 41 33 0 8 1C 48 2A 10 18
Octal 107 101 63 0 10 34 110 52 20 30
Binary 1000111 1000001 110011 0 1000 11100 1001000 101010 10000 11000

Color Harmonies of #474133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474133

Black with #474133

Text Example


Text Example

White with #474133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474133; }

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

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

background-color css

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

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

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

border-color css

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

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

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