Html Css Color HEX #48612C Dell

📋 copy color: '#48612C'

red 72 ◦ green 97 ◦ blue 44

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

Shades of Dell #48612C

Tints of Dell #48612C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.54%

 BLUE value IS 44 (17.58% from 255) = 20.66%

R = 33.8%
G = 45.54%
B = 20.66%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#48612C (or 0x48612C) is known color: Dell. HEX triplet: 48, 61 and 2C. RGB value is (72,97,44). Sum of RGB (Red+Green+Blue) = 72+97+44=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #48612C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48612C is #B79ED3. Grayscale: #535353. Windows color (decimal): -12033748 or 2908488. OLE color: 2908488.

HSL color Cylindrical-coordinate representation of color #48612C: hue angle of 88.3º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48612C is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 97 44 -
CMYK 0.26 0 0.55 0.62
HSL 88.3º 0.38% 0.28% -
HSV(B) 88.3º 0.55% 0.38% -
XYZ 7.4 10.11 3.94 -
YUV 83.48 105.72 119.81 -
System Red Green Blue C M Y K H S L
Decimal 72 97 44 0.26 0 0.55 0.62 88.3 0.38 0.28
Hex 48 61 2C 1A 0 37 3E 58 26 1C
Octal 110 141 54 32 0 67 76 130 46 34
Binary 1001000 1100001 101100 11010 0 110111 111110 1011000 100110 11100

Color Harmonies of #48612C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48612C

Black with #48612C

Text Example


Text Example

White with #48612C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48612C; }

 p { color: rgb(72,97,44); }

 H1.HeaderClassName
 {
   color: #48612C;
 }
 .AnyTagClassName
 {
   color: #48612C;
 }
</style>

background-color css

<style>
 a { background-color: #48612C; }

 a { background-color: rgb(72,97,44); }

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

border-color css

<style>
 span { border-color: #48612C; }

 span { border-color: rgb(72,97,44); }

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