Html Css Color HEX #474029 Onion

📋 copy color: '#474029'

red 71 ◦ green 64 ◦ blue 41

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

Shades of Onion #474029

Tints of Onion #474029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 23.3%

R = 40.34%
G = 36.36%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#474029 (or 0x474029) is known color: Onion. HEX triplet: 47, 40 and 29. RGB value is (71,64,41). Sum of RGB (Red+Green+Blue) = 71+64+41=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 71 - color contains mainly: red. Hex color #474029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474029 is #B8BFD6. Grayscale: #3F3F3F. Windows color (decimal): -12107735 or 2703431. OLE color: 2703431.

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

Color convert

RGB 71 64 41 -
CMYK 0 0.10 0.42 0.72
HSL 46º 0.27% 0.22% -
HSV(B) 46º 0.42% 0.28% -
XYZ 4.83 5.17 2.84 -
YUV 63.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 71 64 41 0 0.10 0.42 0.72 46 0.27 0.22
Hex 47 40 29 0 A 2A 48 2E 1B 16
Octal 107 100 51 0 12 52 110 56 33 26
Binary 1000111 1000000 101001 0 1010 101010 1001000 101110 11011 10110

Color Harmonies of #474029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474029

Black with #474029

Text Example


Text Example

White with #474029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474029; }

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

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

background-color css

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

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

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

border-color css

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

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

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