#4B4527

Color #4B4527 Onion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onion #4B4527

Tints of Onion #4B4527

Color information

#4B4527 (or 0x4B4527) is unknown color: approx Onion. HEX triplet: 4B, 45 and 27. RGB value is (75,69,39). Sum of RGB (Red+Green+Blue) = 75+69+39=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 39 (15.62% from 255 or 21.31% from 183); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4527 is #B4BAD8. Grayscale: #434343. Windows color (decimal): -11844313 or 2573643. OLE color: 2573643.

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

Color convert

RGB756939-
CMYK00.080.480.71
HSL50º31.58%22.35%-
HSV(B)50º48%29.41%-
XYZ5.45.92.77-
YUV67.37111.99133.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.98%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 39 (15.62% from 255) = 21.31%
R=40.98%
G=37.70%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75693900.080.480.715031.5822.35
Hex4B4527083047322016
Octal1131054701060107624026
Binary1001011100010110011101000110000100011111001010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B4527;
 }
 .AnyTagClassName
 {
   color: #4B4527;
 }
</style>
background-color css

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

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

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

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

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

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