Html Css Color HEX #4A4535 Onion

📋 copy color: '#4A4535'

red 74 ◦ green 69 ◦ blue 53

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

Shades of Onion #4A4535

Tints of Onion #4A4535

RGB

 RED value IS 74 (29.3% from 255) = 37.76%

 GREEN value IS 69 (27.34% from 255) = 35.2%

 BLUE value IS 53 (21.09% from 255) = 27.04%

R = 37.76%
G = 35.2%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.71

RGB Variations

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

Color information

#4A4535 (or 0x4A4535) is known color: Onion. HEX triplet: 4A, 45 and 35. RGB value is (74,69,53). Sum of RGB (Red+Green+Blue) = 74+69+53=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4535 is #B5BACA. Grayscale: #444444. Windows color (decimal): -11909835 or 3491146. OLE color: 3491146.

HSL color Cylindrical-coordinate representation of color #4A4535: hue angle of 45.71º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4A4535 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 69 53 -
CMYK 0 0.07 0.28 0.71
HSL 45.71º 0.17% 0.25% -
HSV(B) 45.71º 0.28% 0.29% -
XYZ 5.59 5.97 4.23 -
YUV 68.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 74 69 53 0 0.07 0.28 0.71 45.71 0.17 0.25
Hex 4A 45 35 0 7 1C 47 2E 11 19
Octal 112 105 65 0 7 34 107 56 21 31
Binary 1001010 1000101 110101 0 111 11100 1000111 101110 10001 11001

Color Harmonies of #4A4535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4535

Black with #4A4535

Text Example


Text Example

White with #4A4535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A4535; }

 p { color: rgb(74,69,53); }

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

background-color css

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

 a { background-color: rgb(74,69,53); }

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

border-color css

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

 span { border-color: rgb(74,69,53); }

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