#48673A

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

Shades of Dell #48673A

Tints of Dell #48673A

Color information

#48673A (or 0x48673A) is unknown color: approx Dell. HEX triplet: 48, 67 and 3A. RGB value is (72,103,58). Sum of RGB (Red+Green+Blue) = 72+103+58=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 103 - color contains mainly: green. Hex color #48673A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48673A is #B798C5. Grayscale: #585858. Windows color (decimal): -12032198 or 3827528. OLE color: 3827528.

HSL color Cylindrical-coordinate representation of color #48673A: hue angle of 101.33º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48673A is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.

Color convert

RGB7210358-
CMYK0.3000.440.60
HSL101.33º27.95%31.57%-
HSV(B)101.33º43.69%40.39%-
XYZ8.2911.385.76-
YUV88.6110.73116.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 103 (40.62% from 255) = 44.21%
BLUE value IS 58 (23.05% from 255) = 24.89%
R=30.90%
G=44.21%
B=24.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72103580.3000.440.60101.3327.9531.57
Hex48673A1E02C3C651c20
Octal1101477236054741453440
Binary10010001100111111010111100101100111100110010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48673A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48673A; }

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

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

<style>
 a { background-color: #48673A; }

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

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

<style>
 span { border-color: #48673A; }

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

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