Html Css Color HEX #413830 Dark Rum

📋 copy color: '#413830'

red 65 ◦ green 56 ◦ blue 48

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

Shades of Dark Rum #413830

Tints of Dark Rum #413830

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.4%

R = 38.46%
G = 33.14%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#413830 (or 0x413830) is known color: 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

RGB 65 56 48 -
CMYK 0 0.14 0.26 0.75
HSL 28.24º 0.15% 0.22% -
HSV(B) 28.24º 0.26% 0.25% -
XYZ 4.13 4.17 3.38 -
YUV 57.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 65 56 48 0 0.14 0.26 0.75 28.24 0.15 0.22
Hex 41 38 30 0 E 1A 4B 1C F 16
Octal 101 70 60 0 16 32 113 34 17 26
Binary 1000001 111000 110000 0 1110 11010 1001011 11100 1111 10110

Color Harmonies of #413830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413830

Black with #413830

Text Example


Text Example

White with #413830

Text Example


Text Example

HTML Codes & Css Web 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>