Html Css Color HEX #474027 Onion

📋 copy color: '#474027'

red 71 ◦ green 64 ◦ blue 39

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

Shades of Onion #474027

Tints of Onion #474027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.41%

R = 40.8%
G = 36.78%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.72

RGB Variations

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

Color information

#474027 (or 0x474027) is known color: Onion. HEX triplet: 47, 40 and 27. RGB value is (71,64,39). Sum of RGB (Red+Green+Blue) = 71+64+39=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 71 - color contains mainly: red. Hex color #474027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474027 is #B8BFD8. Grayscale: #3F3F3F. Windows color (decimal): -12107737 or 2572359. OLE color: 2572359.

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

Color convert

RGB 71 64 39 -
CMYK 0 0.10 0.45 0.72
HSL 46.88º 0.29% 0.22% -
HSV(B) 46.88º 0.45% 0.28% -
XYZ 4.8 5.15 2.66 -
YUV 63.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 71 64 39 0 0.10 0.45 0.72 46.88 0.29 0.22
Hex 47 40 27 0 A 2D 48 2F 1D 16
Octal 107 100 47 0 12 55 110 57 35 26
Binary 1000111 1000000 100111 0 1010 101101 1001000 101111 11101 10110

Color Harmonies of #474027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474027

Black with #474027

Text Example


Text Example

White with #474027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474027; }

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

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

background-color css

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

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

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

border-color css

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

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

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