Html Css Color HEX #473D2A Onion

📋 copy color: '#473D2A'

red 71 ◦ green 61 ◦ blue 42

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

Shades of Onion #473D2A

Tints of Onion #473D2A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.06%

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

R = 40.8%
G = 35.06%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#473D2A (or 0x473D2A) is known color: Onion. HEX triplet: 47, 3D and 2A. RGB value is (71,61,42). Sum of RGB (Red+Green+Blue) = 71+61+42=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 71 - color contains mainly: red. Hex color #473D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D2A is #B8C2D5. Grayscale: #3D3D3D. Windows color (decimal): -12108502 or 2768199. OLE color: 2768199.

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

Color convert

RGB 71 61 42 -
CMYK 0 0.14 0.41 0.72
HSL 39.31º 0.26% 0.22% -
HSV(B) 39.31º 0.41% 0.28% -
XYZ 4.69 4.84 2.88 -
YUV 61.82 116.81 134.54 -
System Red Green Blue C M Y K H S L
Decimal 71 61 42 0 0.14 0.41 0.72 39.31 0.26 0.22
Hex 47 3D 2A 0 E 29 48 27 1A 16
Octal 107 75 52 0 16 51 110 47 32 26
Binary 1000111 111101 101010 0 1110 101001 1001000 100111 11010 10110

Color Harmonies of #473D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473D2A

Black with #473D2A

Text Example


Text Example

White with #473D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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