Html Css Color HEX #47402E Onion

📋 copy color: '#47402E'

red 71 ◦ green 64 ◦ blue 46

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

Shades of Onion #47402E

Tints of Onion #47402E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25.41%

R = 39.23%
G = 35.36%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#47402E (or 0x47402E) is known color: Onion. HEX triplet: 47, 40 and 2E. RGB value is (71,64,46). Sum of RGB (Red+Green+Blue) = 71+64+46=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 71 - color contains mainly: red. Hex color #47402E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47402E is #B8BFD1. Grayscale: #404040. Windows color (decimal): -12107730 or 3031111. OLE color: 3031111.

HSL color Cylindrical-coordinate representation of color #47402E: hue angle of 43.2º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #47402E is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 64 46 -
CMYK 0 0.10 0.35 0.72
HSL 43.2º 0.21% 0.23% -
HSV(B) 43.2º 0.35% 0.28% -
XYZ 4.93 5.2 3.33 -
YUV 64.04 117.82 132.96 -
System Red Green Blue C M Y K H S L
Decimal 71 64 46 0 0.10 0.35 0.72 43.2 0.21 0.23
Hex 47 40 2E 0 A 23 48 2B 15 17
Octal 107 100 56 0 12 43 110 53 25 27
Binary 1000111 1000000 101110 0 1010 100011 1001000 101011 10101 10111

Color Harmonies of #47402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47402E

Black with #47402E

Text Example


Text Example

White with #47402E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47402E; }

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

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

background-color css

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

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

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

border-color css

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

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

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