Html Css Color HEX #463529 Dark Rum

📋 copy color: '#463529'

red 70 ◦ green 53 ◦ blue 41

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

Shades of Dark Rum #463529

Tints of Dark Rum #463529

RGB

 RED value IS 70 (27.73% from 255) = 42.68%

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

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

R = 42.68%
G = 32.32%
B = 25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#463529 (or 0x463529) is known color: Dark Rum. HEX triplet: 46, 35 and 29. RGB value is (70,53,41). Sum of RGB (Red+Green+Blue) = 70+53+41=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 70 - color contains mainly: red. Hex color #463529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463529 is #B9CAD6. Grayscale: #383838. Windows color (decimal): -12176087 or 2700614. OLE color: 2700614.

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

Color convert

RGB 70 53 41 -
CMYK 0 0.24 0.41 0.73
HSL 24.83º 0.26% 0.22% -
HSV(B) 24.83º 0.41% 0.27% -
XYZ 4.2 4.01 2.65 -
YUV 56.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 70 53 41 0 0.24 0.41 0.73 24.83 0.26 0.22
Hex 46 35 29 0 18 29 49 19 1A 16
Octal 106 65 51 0 30 51 111 31 32 26
Binary 1000110 110101 101001 0 11000 101001 1001001 11001 11010 10110

Color Harmonies of #463529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463529

Black with #463529

Text Example


Text Example

White with #463529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463529; }

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

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

background-color css

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

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

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

border-color css

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

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

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