#48672D

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

Shades of Dell #48672D

Tints of Dell #48672D

Color information

#48672D (or 0x48672D) is unknown color: approx Dell. HEX triplet: 48, 67 and 2D. RGB value is (72,103,45). Sum of RGB (Red+Green+Blue) = 72+103+45=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 103 (40.62% from 255 or 46.82% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 103 - color contains mainly: green. Hex color #48672D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48672D is #B798D2. Grayscale: #575757. Windows color (decimal): -12032211 or 2975560. OLE color: 2975560.

HSL color Cylindrical-coordinate representation of color #48672D: hue angle of 92.07º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48672D is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.

Color convert

RGB7210345-
CMYK0.3000.560.60
HSL92.07º39.19%29.02%-
HSV(B)92.07º56.31%40.39%-
XYZ811.274.24-
YUV87.12104.23117.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.73%
GREEN value IS 103 (40.62% from 255) = 46.82%
BLUE value IS 45 (17.97% from 255) = 20.45%
R=32.73%
G=46.82%
B=20.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72103450.3000.560.6092.0739.1929.02
Hex48672D1E0383C5c271d
Octal1101475536070741344735
Binary10010001100111101101111100111000111100101110010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48672D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48672D; }

 p { color: rgb(72,103,45); }

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

<style>
 a { background-color: #48672D; }

 a { background-color: rgb(72,103,45); }

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

<style>
 span { border-color: #48672D; }

 span { border-color: rgb(72,103,45); }

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