Html Css Color HEX #4B4529 Onion

📋 copy color: '#4B4529'

red 75 ◦ green 69 ◦ blue 41

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

Shades of Onion #4B4529

Tints of Onion #4B4529

RGB

 RED value IS 75 (29.69% from 255) = 40.54%

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

 BLUE value IS 41 (16.41% from 255) = 22.16%

R = 40.54%
G = 37.3%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#4B4529 (or 0x4B4529) is known color: Onion. HEX triplet: 4B, 45 and 29. RGB value is (75,69,41). Sum of RGB (Red+Green+Blue) = 75+69+41=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4529 is #B4BAD6. Grayscale: #434343. Windows color (decimal): -11844311 or 2704715. OLE color: 2704715.

HSL color Cylindrical-coordinate representation of color #4B4529: hue angle of 49.41º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B4529 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 69 41 -
CMYK 0 0.08 0.45 0.71
HSL 49.41º 0.29% 0.23% -
HSV(B) 49.41º 0.45% 0.29% -
XYZ 5.43 5.91 2.95 -
YUV 67.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 75 69 41 0 0.08 0.45 0.71 49.41 0.29 0.23
Hex 4B 45 29 0 8 2D 47 31 1D 17
Octal 113 105 51 0 10 55 107 61 35 27
Binary 1001011 1000101 101001 0 1000 101101 1000111 110001 11101 10111

Color Harmonies of #4B4529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4529

Black with #4B4529

Text Example


Text Example

White with #4B4529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,69,41); }

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

background-color css

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

 a { background-color: rgb(75,69,41); }

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

border-color css

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

 span { border-color: rgb(75,69,41); }

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