#453F30

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

Shades of Onion #453F30

Tints of Onion #453F30

Color information

#453F30 (or 0x453F30) is unknown color: approx Onion. HEX triplet: 45, 3F and 30. RGB value is (69,63,48). Sum of RGB (Red+Green+Blue) = 69+63+48=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 69 - color contains mainly: red. Hex color #453F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453F30 is #BAC0CF. Grayscale: #3F3F3F. Windows color (decimal): -12239056 or 3161925. OLE color: 3161925.

HSL color Cylindrical-coordinate representation of color #453F30: hue angle of 42.86º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #453F30 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB696348-
CMYK00.090.300.73
HSL42.86º17.95%22.94%-
HSV(B)42.86º30.43%27.06%-
XYZ4.775.033.52-
YUV63.08119.49132.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.33%
GREEN value IS 63 (25% from 255) = 35%
BLUE value IS 48 (19.14% from 255) = 26.67%
R=38.33%
G=35%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69634800.090.300.7342.8617.9522.94
Hex453F30091E492b1217
Octal105776001136111532227
Binary1000101111111110000010011111010010011010111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453F30; }

 p { color: rgb(69,63,48); }

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

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

 a { background-color: rgb(69,63,48); }

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

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

 span { border-color: rgb(69,63,48); }

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