Html Css Color HEX #48652B Dell

📋 copy color: '#48652B'

red 72 ◦ green 101 ◦ blue 43

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

Shades of Dell #48652B

Tints of Dell #48652B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.91%

R = 33.33%
G = 46.76%
B = 19.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.57

 K value IS 0.60

RGB Variations

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

Color information

#48652B (or 0x48652B) is known color: Dell. HEX triplet: 48, 65 and 2B. RGB value is (72,101,43). Sum of RGB (Red+Green+Blue) = 72+101+43=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 101 (39.84% from 255 or 46.76% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 101 - color contains mainly: green. Hex color #48652B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48652B is #B79AD4. Grayscale: #555555. Windows color (decimal): -12032725 or 2843976. OLE color: 2843976.

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

Color convert

RGB 72 101 43 -
CMYK 0.29 0 0.57 0.60
HSL 90º 0.4% 0.28% -
HSV(B) 90º 0.57% 0.4% -
XYZ 7.76 10.86 3.97 -
YUV 85.72 103.89 118.22 -
System Red Green Blue C M Y K H S L
Decimal 72 101 43 0.29 0 0.57 0.60 90 0.4 0.28
Hex 48 65 2B 1D 0 39 3C 5A 28 1C
Octal 110 145 53 35 0 71 74 132 50 34
Binary 1001000 1100101 101011 11101 0 111001 111100 1011010 101000 11100

Color Harmonies of #48652B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48652B

Black with #48652B

Text Example


Text Example

White with #48652B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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