Html Css Color HEX #48632D Dell

📋 copy color: '#48632D'

red 72 ◦ green 99 ◦ blue 45

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

Shades of Dell #48632D

Tints of Dell #48632D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.83%

R = 33.33%
G = 45.83%
B = 20.83%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

#48632D (or 0x48632D) is known color: Dell. HEX triplet: 48, 63 and 2D. RGB value is (72,99,45). Sum of RGB (Red+Green+Blue) = 72+99+45=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #48632D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48632D is #B79CD2. Grayscale: #545454. Windows color (decimal): -12033235 or 2974536. OLE color: 2974536.

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

Color convert

RGB 72 99 45 -
CMYK 0.27 0 0.55 0.61
HSL 90º 0.38% 0.28% -
HSV(B) 90º 0.55% 0.39% -
XYZ 7.61 10.49 4.11 -
YUV 84.77 105.55 118.89 -
System Red Green Blue C M Y K H S L
Decimal 72 99 45 0.27 0 0.55 0.61 90 0.38 0.28
Hex 48 63 2D 1B 0 37 3D 5A 26 1C
Octal 110 143 55 33 0 67 75 132 46 34
Binary 1001000 1100011 101101 11011 0 110111 111101 1011010 100110 11100

Color Harmonies of #48632D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48632D

Black with #48632D

Text Example


Text Example

White with #48632D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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