Html Css Color HEX #485F32 Dell

📋 copy color: '#485F32'

red 72 ◦ green 95 ◦ blue 50

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

Shades of Dell #485F32

Tints of Dell #485F32

RGB

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

 GREEN value IS 95 (37.5% from 255) = 43.78%

 BLUE value IS 50 (19.92% from 255) = 23.04%

R = 33.18%
G = 43.78%
B = 23.04%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.63

RGB Variations

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

Color information

#485F32 (or 0x485F32) is known color: Dell. HEX triplet: 48, 5F and 32. RGB value is (72,95,50). Sum of RGB (Red+Green+Blue) = 72+95+50=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 95 (37.5% from 255 or 43.78% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 95 - color contains mainly: green. Hex color #485F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485F32 is #B7A0CD. Grayscale: #535353. Windows color (decimal): -12034254 or 3301192. OLE color: 3301192.

HSL color Cylindrical-coordinate representation of color #485F32: hue angle of 90.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #485F32 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 95 50 -
CMYK 0.24 0 0.47 0.63
HSL 90.67º 0.31% 0.28% -
HSV(B) 90.67º 0.47% 0.37% -
XYZ 7.34 9.79 4.52 -
YUV 82.99 109.38 120.16 -
System Red Green Blue C M Y K H S L
Decimal 72 95 50 0.24 0 0.47 0.63 90.67 0.31 0.28
Hex 48 5F 32 18 0 2F 3F 5B 1F 1C
Octal 110 137 62 30 0 57 77 133 37 34
Binary 1001000 1011111 110010 11000 0 101111 111111 1011011 11111 11100

Color Harmonies of #485F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485F32

Black with #485F32

Text Example


Text Example

White with #485F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485F32; }

 p { color: rgb(72,95,50); }

 H1.HeaderClassName
 {
   color: #485F32;
 }
 .AnyTagClassName
 {
   color: #485F32;
 }
</style>

background-color css

<style>
 a { background-color: #485F32; }

 a { background-color: rgb(72,95,50); }

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

border-color css

<style>
 span { border-color: #485F32; }

 span { border-color: rgb(72,95,50); }

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