Html Css Color HEX #48612D Dell

📋 copy color: '#48612D'

red 72 ◦ green 97 ◦ blue 45

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

Shades of Dell #48612D

Tints of Dell #48612D

RGB

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

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

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

R = 33.64%
G = 45.33%
B = 21.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#48612D (or 0x48612D) is known color: Dell. HEX triplet: 48, 61 and 2D. RGB value is (72,97,45). Sum of RGB (Red+Green+Blue) = 72+97+45=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #48612D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48612D is #B79ED2. Grayscale: #535353. Windows color (decimal): -12033747 or 2974024. OLE color: 2974024.

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

Color convert

RGB 72 97 45 -
CMYK 0.26 0 0.54 0.62
HSL 88.85º 0.37% 0.28% -
HSV(B) 88.85º 0.54% 0.38% -
XYZ 7.42 10.12 4.04 -
YUV 83.6 106.22 119.73 -
System Red Green Blue C M Y K H S L
Decimal 72 97 45 0.26 0 0.54 0.62 88.85 0.37 0.28
Hex 48 61 2D 1A 0 36 3E 59 25 1C
Octal 110 141 55 32 0 66 76 131 45 34
Binary 1001000 1100001 101101 11010 0 110110 111110 1011001 100101 11100

Color Harmonies of #48612D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48612D

Black with #48612D

Text Example


Text Example

White with #48612D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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