#48623A

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

Shades of Dell #48623A

Tints of Dell #48623A

Color information

#48623A (or 0x48623A) is unknown color: approx Dell. HEX triplet: 48, 62 and 3A. RGB value is (72,98,58). Sum of RGB (Red+Green+Blue) = 72+98+58=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #48623A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48623A is #B79DC5. Grayscale: #555555. Windows color (decimal): -12033478 or 3826248. OLE color: 3826248.

HSL color Cylindrical-coordinate representation of color #48623A: hue angle of 99º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #48623A is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB729858-
CMYK0.2700.410.62
HSL99º25.64%30.59%-
HSV(B)99º40.82%38.43%-
XYZ7.810.425.6-
YUV85.67112.39118.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.58%
GREEN value IS 98 (38.67% from 255) = 42.98%
BLUE value IS 58 (23.05% from 255) = 25.44%
R=31.58%
G=42.98%
B=25.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7298580.2700.410.629925.6430.59
Hex48623A1B0293E631a1f
Octal1101427233051761433237
Binary1001000110001011101011011010100111111011000111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48623A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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