Html Css Color HEX #473E2A Onion

📋 copy color: '#473E2A'

red 71 ◦ green 62 ◦ blue 42

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

Shades of Onion #473E2A

Tints of Onion #473E2A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.43%

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

R = 40.57%
G = 35.43%
B = 24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#473E2A (or 0x473E2A) is known color: Onion. HEX triplet: 47, 3E and 2A. RGB value is (71,62,42). Sum of RGB (Red+Green+Blue) = 71+62+42=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #473E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473E2A is #B8C1D5. Grayscale: #3E3E3E. Windows color (decimal): -12108246 or 2768455. OLE color: 2768455.

HSL color Cylindrical-coordinate representation of color #473E2A: hue angle of 41.38º 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 #473E2A is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 62 42 -
CMYK 0 0.13 0.41 0.72
HSL 41.38º 0.26% 0.22% -
HSV(B) 41.38º 0.41% 0.28% -
XYZ 4.74 4.95 2.9 -
YUV 62.41 116.48 134.13 -
System Red Green Blue C M Y K H S L
Decimal 71 62 42 0 0.13 0.41 0.72 41.38 0.26 0.22
Hex 47 3E 2A 0 D 29 48 29 1A 16
Octal 107 76 52 0 15 51 110 51 32 26
Binary 1000111 111110 101010 0 1101 101001 1001000 101001 11010 10110

Color Harmonies of #473E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473E2A

Black with #473E2A

Text Example


Text Example

White with #473E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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