Html Css Color HEX #48622E Dell

📋 copy color: '#48622E'

red 72 ◦ green 98 ◦ blue 46

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

Shades of Dell #48622E

Tints of Dell #48622E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.37%

 BLUE value IS 46 (18.36% from 255) = 21.3%

R = 33.33%
G = 45.37%
B = 21.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#48622E (or 0x48622E) is known color: Dell. HEX triplet: 48, 62 and 2E. RGB value is (72,98,46). Sum of RGB (Red+Green+Blue) = 72+98+46=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #48622E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48622E is #B79DD1. Grayscale: #545454. Windows color (decimal): -12033490 or 3039816. OLE color: 3039816.

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

Color convert

RGB 72 98 46 -
CMYK 0.27 0 0.53 0.62
HSL 90º 0.36% 0.28% -
HSV(B) 90º 0.53% 0.38% -
XYZ 7.53 10.31 4.18 -
YUV 84.3 106.39 119.23 -
System Red Green Blue C M Y K H S L
Decimal 72 98 46 0.27 0 0.53 0.62 90 0.36 0.28
Hex 48 62 2E 1B 0 35 3E 5A 24 1C
Octal 110 142 56 33 0 65 76 132 44 34
Binary 1001000 1100010 101110 11011 0 110101 111110 1011010 100100 11100

Color Harmonies of #48622E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48622E

Black with #48622E

Text Example


Text Example

White with #48622E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48622E; }

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

 H1.HeaderClassName
 {
   color: #48622E;
 }
 .AnyTagClassName
 {
   color: #48622E;
 }
</style>

background-color css

<style>
 a { background-color: #48622E; }

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

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

border-color css

<style>
 span { border-color: #48622E; }

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

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