Html Css Color HEX #483428 Dark Rum

📋 copy color: '#483428'

red 72 ◦ green 52 ◦ blue 40

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

Shades of Dark Rum #483428

Tints of Dark Rum #483428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.71%

 BLUE value IS 40 (16.02% from 255) = 24.39%

R = 43.9%
G = 31.71%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#483428 (or 0x483428) is known color: Dark Rum. HEX triplet: 48, 34 and 28. RGB value is (72,52,40). Sum of RGB (Red+Green+Blue) = 72+52+40=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #483428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483428 is #B7CBD7. Grayscale: #383838. Windows color (decimal): -12045272 or 2634824. OLE color: 2634824.

HSL color Cylindrical-coordinate representation of color #483428: hue angle of 22.5º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #483428 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 52 40 -
CMYK 0 0.28 0.44 0.72
HSL 22.5º 0.29% 0.22% -
HSV(B) 22.5º 0.44% 0.28% -
XYZ 4.28 3.99 2.55 -
YUV 56.61 118.63 138.98 -
System Red Green Blue C M Y K H S L
Decimal 72 52 40 0 0.28 0.44 0.72 22.5 0.29 0.22
Hex 48 34 28 0 1C 2C 48 16 1D 16
Octal 110 64 50 0 34 54 110 26 35 26
Binary 1001000 110100 101000 0 11100 101100 1001000 10110 11101 10110

Color Harmonies of #483428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483428

Black with #483428

Text Example


Text Example

White with #483428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483428; }

 p { color: rgb(72,52,40); }

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

background-color css

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

 a { background-color: rgb(72,52,40); }

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

border-color css

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

 span { border-color: rgb(72,52,40); }

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