Html Css Color HEX #48692C Dell

📋 copy color: '#48692C'

red 72 ◦ green 105 ◦ blue 44

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

Shades of Dell #48692C

Tints of Dell #48692C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.51%

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

R = 32.58%
G = 47.51%
B = 19.91%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.58

 K value IS 0.59

RGB Variations

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

Color information

#48692C (or 0x48692C) is known color: Dell. HEX triplet: 48, 69 and 2C. RGB value is (72,105,44). Sum of RGB (Red+Green+Blue) = 72+105+44=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 105 - color contains mainly: green. Hex color #48692C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48692C is #B796D3. Grayscale: #585858. Windows color (decimal): -12031700 or 2910536. OLE color: 2910536.

HSL color Cylindrical-coordinate representation of color #48692C: hue angle of 92.46º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48692C is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 105 44 -
CMYK 0.31 0 0.58 0.59
HSL 92.46º 0.41% 0.29% -
HSV(B) 92.46º 0.58% 0.41% -
XYZ 8.18 11.66 4.2 -
YUV 88.18 103.07 116.46 -
System Red Green Blue C M Y K H S L
Decimal 72 105 44 0.31 0 0.58 0.59 92.46 0.41 0.29
Hex 48 69 2C 1F 0 3A 3B 5C 29 1D
Octal 110 151 54 37 0 72 73 134 51 35
Binary 1001000 1101001 101100 11111 0 111010 111011 1011100 101001 11101

Color Harmonies of #48692C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48692C

Black with #48692C

Text Example


Text Example

White with #48692C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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