Html Css Color HEX #48632A Dell

📋 copy color: '#48632A'

red 72 ◦ green 99 ◦ blue 42

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

Shades of Dell #48632A

Tints of Dell #48632A

RGB

 RED value IS 72 (28.52% from 255) = 33.8%

 GREEN value IS 99 (39.06% from 255) = 46.48%

 BLUE value IS 42 (16.8% from 255) = 19.72%

R = 33.8%
G = 46.48%
B = 19.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.58

 K value IS 0.61

RGB Variations

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

Color information

#48632A (or 0x48632A) is known color: Dell. HEX triplet: 48, 63 and 2A. RGB value is (72,99,42). Sum of RGB (Red+Green+Blue) = 72+99+42=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 99 - color contains mainly: green. Hex color #48632A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48632A is #B79CD5. Grayscale: #545454. Windows color (decimal): -12033238 or 2777928. OLE color: 2777928.

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

Color convert

RGB 72 99 42 -
CMYK 0.27 0 0.58 0.61
HSL 88.42º 0.4% 0.28% -
HSV(B) 88.42º 0.58% 0.39% -
XYZ 7.55 10.47 3.81 -
YUV 84.43 104.05 119.13 -
System Red Green Blue C M Y K H S L
Decimal 72 99 42 0.27 0 0.58 0.61 88.42 0.4 0.28
Hex 48 63 2A 1B 0 3A 3D 58 28 1C
Octal 110 143 52 33 0 72 75 130 50 34
Binary 1001000 1100011 101010 11011 0 111010 111101 1011000 101000 11100

Color Harmonies of #48632A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48632A

Black with #48632A

Text Example


Text Example

White with #48632A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48632A;
 }
 .AnyTagClassName
 {
   color: #48632A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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