#48692E

Color #48692E Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #48692E

Tints of Dell #48692E

Color information

#48692E (or 0x48692E) is unknown color: approx Dell. HEX triplet: 48, 69 and 2E. RGB value is (72,105,46). Sum of RGB (Red+Green+Blue) = 72+105+46=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 105 - color contains mainly: green. Hex color #48692E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48692E is #B796D1. Grayscale: #585858. Windows color (decimal): -12031698 or 3041608. OLE color: 3041608.

HSL color Cylindrical-coordinate representation of color #48692E: hue angle of 93.56º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48692E is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB7210546-
CMYK0.3100.560.59
HSL93.56º39.07%29.61%-
HSV(B)93.56º56.19%41.18%-
XYZ8.2211.684.41-
YUV88.41104.07116.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 105 (41.41% from 255) = 47.09%
BLUE value IS 46 (18.36% from 255) = 20.63%
R=32.29%
G=47.09%
B=20.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72105460.3100.560.5993.5639.0729.61
Hex48692E1F0383B5e271e
Octal1101515637070731364736
Binary10010001101001101110111110111000111011101111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48692E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48692E; }

 p { color: rgb(72,105,46); }

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

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

 a { background-color: rgb(72,105,46); }

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

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

 span { border-color: rgb(72,105,46); }

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