Html Css Color HEX #48613A Dell

📋 copy color: '#48613A'

red 72 ◦ green 97 ◦ blue 58

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

Shades of Dell #48613A

Tints of Dell #48613A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.55%

R = 31.72%
G = 42.73%
B = 25.55%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#48613A (or 0x48613A) is known color: Dell. HEX triplet: 48, 61 and 3A. RGB value is (72,97,58). Sum of RGB (Red+Green+Blue) = 72+97+58=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #48613A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48613A is #B79EC5. Grayscale: #555555. Windows color (decimal): -12033734 or 3825992. OLE color: 3825992.

HSL color Cylindrical-coordinate representation of color #48613A: hue angle of 98.46º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48613A is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 97 58 -
CMYK 0.26 0 0.40 0.62
HSL 98.46º 0.25% 0.3% -
HSV(B) 98.46º 0.4% 0.38% -
XYZ 7.71 10.23 5.57 -
YUV 85.08 112.72 118.67 -
System Red Green Blue C M Y K H S L
Decimal 72 97 58 0.26 0 0.40 0.62 98.46 0.25 0.3
Hex 48 61 3A 1A 0 28 3E 62 19 1E
Octal 110 141 72 32 0 50 76 142 31 36
Binary 1001000 1100001 111010 11010 0 101000 111110 1100010 11001 11110

Color Harmonies of #48613A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48613A

Black with #48613A

Text Example


Text Example

White with #48613A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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