Html Css Color HEX #40372F Dark Rum

📋 copy color: '#40372F'

red 64 ◦ green 55 ◦ blue 47

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

Shades of Dark Rum #40372F

Tints of Dark Rum #40372F

RGB

 RED value IS 64 (25.39% from 255) = 38.55%

 GREEN value IS 55 (21.88% from 255) = 33.13%

 BLUE value IS 47 (18.75% from 255) = 28.31%

R = 38.55%
G = 33.13%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#40372F (or 0x40372F) is known color: Dark Rum. HEX triplet: 40, 37 and 2F. RGB value is (64,55,47). Sum of RGB (Red+Green+Blue) = 64+55+47=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 64 - color contains mainly: red. Hex color #40372F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40372F is #BFC8D0. Grayscale: #383838. Windows color (decimal): -12568785 or 3094336. OLE color: 3094336.

HSL color Cylindrical-coordinate representation of color #40372F: 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.27%. Process color model (Four color, CMYK) of #40372F is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 55 47 -
CMYK 0 0.14 0.27 0.75
HSL 28.24º 0.15% 0.22% -
HSV(B) 28.24º 0.27% 0.25% -
XYZ 3.99 4.03 3.26 -
YUV 56.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 64 55 47 0 0.14 0.27 0.75 28.24 0.15 0.22
Hex 40 37 2F 0 E 1B 4B 1C F 16
Octal 100 67 57 0 16 33 113 34 17 26
Binary 1000000 110111 101111 0 1110 11011 1001011 11100 1111 10110

Color Harmonies of #40372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40372F

Black with #40372F

Text Example


Text Example

White with #40372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40372F; }

 p { color: rgb(64,55,47); }

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

background-color css

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

 a { background-color: rgb(64,55,47); }

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

border-color css

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

 span { border-color: rgb(64,55,47); }

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