Html Css Color HEX #463428 Dark Rum

📋 copy color: '#463428'

red 70 ◦ green 52 ◦ blue 40

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

Shades of Dark Rum #463428

Tints of Dark Rum #463428

RGB

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

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

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

R = 43.21%
G = 32.1%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#463428 (or 0x463428) is known color: Dark Rum. HEX triplet: 46, 34 and 28. RGB value is (70,52,40). Sum of RGB (Red+Green+Blue) = 70+52+40=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #463428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463428 is #B9CBD7. Grayscale: #383838. Windows color (decimal): -12176344 or 2634822. OLE color: 2634822.

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

Color convert

RGB 70 52 40 -
CMYK 0 0.26 0.43 0.73
HSL 24º 0.27% 0.22% -
HSV(B) 24º 0.43% 0.27% -
XYZ 4.14 3.91 2.54 -
YUV 56.01 118.96 137.98 -
System Red Green Blue C M Y K H S L
Decimal 70 52 40 0 0.26 0.43 0.73 24 0.27 0.22
Hex 46 34 28 0 1A 2B 49 18 1B 16
Octal 106 64 50 0 32 53 111 30 33 26
Binary 1000110 110100 101000 0 11010 101011 1001001 11000 11011 10110

Color Harmonies of #463428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463428

Black with #463428

Text Example


Text Example

White with #463428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463428; }

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

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

background-color css

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

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

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

border-color css

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

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

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