Html Css Color HEX #47402A Onion

📋 copy color: '#47402A'

red 71 ◦ green 64 ◦ blue 42

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

Shades of Onion #47402A

Tints of Onion #47402A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 23.73%

R = 40.11%
G = 36.16%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#47402A (or 0x47402A) is known color: Onion. HEX triplet: 47, 40 and 2A. RGB value is (71,64,42). Sum of RGB (Red+Green+Blue) = 71+64+42=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #47402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47402A is #B8BFD5. Grayscale: #3F3F3F. Windows color (decimal): -12107734 or 2768967. OLE color: 2768967.

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

Color convert

RGB 71 64 42 -
CMYK 0 0.10 0.41 0.72
HSL 45.52º 0.26% 0.22% -
HSV(B) 45.52º 0.41% 0.28% -
XYZ 4.85 5.17 2.93 -
YUV 63.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 71 64 42 0 0.10 0.41 0.72 45.52 0.26 0.22
Hex 47 40 2A 0 A 29 48 2E 1A 16
Octal 107 100 52 0 12 51 110 56 32 26
Binary 1000111 1000000 101010 0 1010 101001 1001000 101110 11010 10110

Color Harmonies of #47402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47402A

Black with #47402A

Text Example


Text Example

White with #47402A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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