#48652A

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

Shades of Dell #48652A

Tints of Dell #48652A

Color information

#48652A (or 0x48652A) is unknown color: approx Dell. HEX triplet: 48, 65 and 2A. RGB value is (72,101,42). Sum of RGB (Red+Green+Blue) = 72+101+42=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 101 - color contains mainly: green. Hex color #48652A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48652A is #B79AD5. Grayscale: #555555. Windows color (decimal): -12032726 or 2778440. OLE color: 2778440.

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

Color convert

RGB7210142-
CMYK0.2900.580.60
HSL89.49º41.26%28.04%-
HSV(B)89.49º58.42%39.61%-
XYZ7.7410.853.88-
YUV85.6103.39118.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 101 (39.84% from 255) = 46.98%
BLUE value IS 42 (16.80% from 255) = 19.53%
R=33.49%
G=46.98%
B=19.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72101420.2900.580.6089.4941.2628.04
Hex48652A1D03A3C59291c
Octal1101455235072741315134
Binary10010001100101101010111010111010111100101100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,101,42); }

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

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

 a { background-color: rgb(72,101,42); }

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

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

 span { border-color: rgb(72,101,42); }

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