#413830

Color #413830 Dark Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Rum #413830

Tints of Dark Rum #413830

Color information

#413830 (or 0x413830) is unknown color: approx Dark Rum. HEX triplet: 41, 38 and 30. RGB value is (65,56,48). Sum of RGB (Red+Green+Blue) = 65+56+48=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 65 - color contains mainly: red. Hex color #413830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413830 is #BEC7CF. Grayscale: #393939. Windows color (decimal): -12502992 or 3160129. OLE color: 3160129.

HSL color Cylindrical-coordinate representation of color #413830: hue angle of 28.24º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #413830 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB655648-
CMYK00.140.260.75
HSL28.24º15.04%22.16%-
HSV(B)28.24º26.15%25.49%-
XYZ4.134.173.38-
YUV57.78122.48133.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.46%
GREEN value IS 56 (22.27% from 255) = 33.14%
BLUE value IS 48 (19.14% from 255) = 28.40%
R=38.46%
G=33.14%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65564800.140.260.7528.2415.0422.16
Hex4138300E1A4B1cf16
Octal101706001632113341726
Binary10000011110001100000111011010100101111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413830; }

 p { color: rgb(65,56,48); }

 H1.HeaderClassName
 {
   color: #413830;
 }
 .AnyTagClassName
 {
   color: #413830;
 }
</style>
background-color css

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

 a { background-color: rgb(65,56,48); }

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

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

 span { border-color: rgb(65,56,48); }

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