Html Css Color HEX #474234 Onion

📋 copy color: '#474234'

red 71 ◦ green 66 ◦ blue 52

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

Shades of Onion #474234

Tints of Onion #474234

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.92%

 BLUE value IS 52 (20.7% from 255) = 27.51%

R = 37.57%
G = 34.92%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#474234 (or 0x474234) is known color: Onion. HEX triplet: 47, 42 and 34. RGB value is (71,66,52). Sum of RGB (Red+Green+Blue) = 71+66+52=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 71 - color contains mainly: red. Hex color #474234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474234 is #B8BDCB. Grayscale: #414141. Windows color (decimal): -12107212 or 3424839. OLE color: 3424839.

HSL color Cylindrical-coordinate representation of color #474234: hue angle of 44.21º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #474234 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 66 52 -
CMYK 0 0.07 0.27 0.72
HSL 44.21º 0.15% 0.24% -
HSV(B) 44.21º 0.27% 0.28% -
XYZ 5.17 5.48 4.04 -
YUV 65.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 71 66 52 0 0.07 0.27 0.72 44.21 0.15 0.24
Hex 47 42 34 0 7 1B 48 2C F 18
Octal 107 102 64 0 7 33 110 54 17 30
Binary 1000111 1000010 110100 0 111 11011 1001000 101100 1111 11000

Color Harmonies of #474234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474234

Black with #474234

Text Example


Text Example

White with #474234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474234; }

 p { color: rgb(71,66,52); }

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

background-color css

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

 a { background-color: rgb(71,66,52); }

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

border-color css

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

 span { border-color: rgb(71,66,52); }

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