#48612E

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

Shades of Dell #48612E

Tints of Dell #48612E

Color information

#48612E (or 0x48612E) is unknown color: approx Dell. HEX triplet: 48, 61 and 2E. RGB value is (72,97,46). Sum of RGB (Red+Green+Blue) = 72+97+46=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #48612E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48612E is #B79ED1. Grayscale: #535353. Windows color (decimal): -12033746 or 3039560. OLE color: 3039560.

HSL color Cylindrical-coordinate representation of color #48612E: hue angle of 89.41º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48612E is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB729746-
CMYK0.2600.530.62
HSL89.41º35.66%28.04%-
HSV(B)89.41º52.58%38.04%-
XYZ7.4410.124.15-
YUV83.71106.72119.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 97 (38.28% from 255) = 45.12%
BLUE value IS 46 (18.36% from 255) = 21.40%
R=33.49%
G=45.12%
B=21.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7297460.2600.530.6289.4135.6628.04
Hex48612E1A0353E59241c
Octal1101415632065761314434
Binary10010001100001101110110100110101111110101100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48612E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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