Html Css Color HEX #48652A Dell

📋 copy color: '#48652A'

red 72 ◦ green 101 ◦ blue 42

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

Shades of Dell #48652A

Tints of Dell #48652A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 46.98%

 BLUE value IS 42 (16.8% from 255) = 19.53%

R = 33.49%
G = 46.98%
B = 19.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.60

RGB Variations

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

Color information

#48652A (or 0x48652A) is known color: Dell. HEX triplet: 48, 65 and 2A. RGB value is (72,101,42). Sum of RGB (Red+Green+Blue) = 72+101+42=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 101 - color contains mainly: green. Hex color #48652A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48652A is #B79AD5. Grayscale: #555555. Windows color (decimal): -12032726 or 2778440. OLE color: 2778440.

HSL color Cylindrical-coordinate representation of color #48652A: hue angle of 89.49º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48652A is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 101 42 -
CMYK 0.29 0 0.58 0.60
HSL 89.49º 0.41% 0.28% -
HSV(B) 89.49º 0.58% 0.4% -
XYZ 7.74 10.85 3.88 -
YUV 85.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 72 101 42 0.29 0 0.58 0.60 89.49 0.41 0.28
Hex 48 65 2A 1D 0 3A 3C 59 29 1C
Octal 110 145 52 35 0 72 74 131 51 34
Binary 1001000 1100101 101010 11101 0 111010 111100 1011001 101001 11100

Color Harmonies of #48652A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48652A

Black with #48652A

Text Example


Text Example

White with #48652A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48652A; }

 p { color: rgb(72,101,42); }

 H1.HeaderClassName
 {
   color: #48652A;
 }
 .AnyTagClassName
 {
   color: #48652A;
 }
</style>

background-color css

<style>
 a { background-color: #48652A; }

 a { background-color: rgb(72,101,42); }

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

border-color css

<style>
 span { border-color: #48652A; }

 span { border-color: rgb(72,101,42); }

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