Html Css Color HEX #48603B Dell

📋 copy color: '#48603B'

red 72 ◦ green 96 ◦ blue 59

#48603B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dell #48603B

Tints of Dell #48603B

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 value IS 0.25

 M value IS 0

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#48603B (or 0x48603B) is known color: 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

RGB 72 96 59 -
CMYK 0.25 0 0.39 0.62
HSL 98.92º 0.24% 0.3% -
HSV(B) 98.92º 0.39% 0.38% -
XYZ 7.64 10.06 5.68 -
YUV 84.61 113.55 119.01 -
System Red Green Blue C M Y K H S L
Decimal 72 96 59 0.25 0 0.39 0.62 98.92 0.24 0.3
Hex 48 60 3B 19 0 27 3E 63 18 1E
Octal 110 140 73 31 0 47 76 143 30 36
Binary 1001000 1100000 111011 11001 0 100111 111110 1100011 11000 11110

Color Harmonies of #48603B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48603B

Black with #48603B

Text Example


Text Example

White with #48603B

Text Example


Text Example

HTML Codes & Css Web 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>