Html Css Color HEX #483529 Dark Rum

📋 copy color: '#483529'

red 72 ◦ green 53 ◦ blue 41

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

Shades of Dark Rum #483529

Tints of Dark Rum #483529

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.93%

 BLUE value IS 41 (16.41% from 255) = 24.7%

R = 43.37%
G = 31.93%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#483529 (or 0x483529) is known color: Dark Rum. HEX triplet: 48, 35 and 29. RGB value is (72,53,41). Sum of RGB (Red+Green+Blue) = 72+53+41=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #483529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483529 is #B7CAD6. Grayscale: #393939. Windows color (decimal): -12045015 or 2700616. OLE color: 2700616.

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

Color convert

RGB 72 53 41 -
CMYK 0 0.26 0.43 0.72
HSL 23.23º 0.27% 0.22% -
HSV(B) 23.23º 0.43% 0.28% -
XYZ 4.35 4.08 2.66 -
YUV 57.31 118.79 138.48 -
System Red Green Blue C M Y K H S L
Decimal 72 53 41 0 0.26 0.43 0.72 23.23 0.27 0.22
Hex 48 35 29 0 1A 2B 48 17 1B 16
Octal 110 65 51 0 32 53 110 27 33 26
Binary 1001000 110101 101001 0 11010 101011 1001000 10111 11011 10110

Color Harmonies of #483529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483529

Black with #483529

Text Example


Text Example

White with #483529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483529; }

 p { color: rgb(72,53,41); }

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

background-color css

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

 a { background-color: rgb(72,53,41); }

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

border-color css

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

 span { border-color: rgb(72,53,41); }

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