#48603B

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

Shades of Dell #48603B

Tints of Dell #48603B

Color information

#48603B (or 0x48603B) is unknown color: approx Dell. HEX triplet: 48, 60 and 3B. RGB value is (72,96,59). Sum of RGB (Red+Green+Blue) = 72+96+59=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 96 - color contains mainly: green. Hex color #48603B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48603B is #B79FC4. Grayscale: #545454. Windows color (decimal): -12033989 or 3891272. OLE color: 3891272.

HSL color Cylindrical-coordinate representation of color #48603B: hue angle of 98.92º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48603B is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB729659-
CMYK0.2500.390.62
HSL98.92º23.87%30.39%-
HSV(B)98.92º38.54%37.65%-
XYZ7.6410.065.68-
YUV84.61113.55119.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.72%
GREEN value IS 96 (37.89% from 255) = 42.29%
BLUE value IS 59 (23.44% from 255) = 25.99%
R=31.72%
G=42.29%
B=25.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7296590.2500.390.6298.9223.8730.39
Hex48603B190273E63181e
Octal1101407331047761433036
Binary1001000110000011101111001010011111111011000111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48603B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48603B; }

 p { color: rgb(72,96,59); }

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

<style>
 a { background-color: #48603B; }

 a { background-color: rgb(72,96,59); }

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

<style>
 span { border-color: #48603B; }

 span { border-color: rgb(72,96,59); }

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