Html Css Color HEX #474230 Onion

📋 copy color: '#474230'

red 71 ◦ green 66 ◦ blue 48

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

Shades of Onion #474230

Tints of Onion #474230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.95%

R = 38.38%
G = 35.68%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#474230 (or 0x474230) is known color: Onion. HEX triplet: 47, 42 and 30. RGB value is (71,66,48). Sum of RGB (Red+Green+Blue) = 71+66+48=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 71 - color contains mainly: red. Hex color #474230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474230 is #B8BDCF. Grayscale: #414141. Windows color (decimal): -12107216 or 3162695. OLE color: 3162695.

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

Color convert

RGB 71 66 48 -
CMYK 0 0.07 0.32 0.72
HSL 46.96º 0.19% 0.23% -
HSV(B) 46.96º 0.32% 0.28% -
XYZ 5.08 5.45 3.58 -
YUV 65.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 71 66 48 0 0.07 0.32 0.72 46.96 0.19 0.23
Hex 47 42 30 0 7 20 48 2F 13 17
Octal 107 102 60 0 7 40 110 57 23 27
Binary 1000111 1000010 110000 0 111 100000 1001000 101111 10011 10111

Color Harmonies of #474230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474230

Black with #474230

Text Example


Text Example

White with #474230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474230; }

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

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

background-color css

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

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

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

border-color css

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

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

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