Html Css Color HEX #42372E Dark Rum

📋 copy color: '#42372E'

red 66 ◦ green 55 ◦ blue 46

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

Shades of Dark Rum #42372E

Tints of Dark Rum #42372E

RGB

 RED value IS 66 (26.17% from 255) = 39.52%

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

 BLUE value IS 46 (18.36% from 255) = 27.54%

R = 39.52%
G = 32.93%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#42372E (or 0x42372E) is known color: Dark Rum. HEX triplet: 42, 37 and 2E. RGB value is (66,55,46). Sum of RGB (Red+Green+Blue) = 66+55+46=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 66 - color contains mainly: red. Hex color #42372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42372E is #BDC8D1. Grayscale: #393939. Windows color (decimal): -12437714 or 3028802. OLE color: 3028802.

HSL color Cylindrical-coordinate representation of color #42372E: hue angle of 27º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #42372E is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 55 46 -
CMYK 0 0.17 0.30 0.74
HSL 27º 0.18% 0.22% -
HSV(B) 27º 0.3% 0.26% -
XYZ 4.11 4.09 3.16 -
YUV 57.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 66 55 46 0 0.17 0.30 0.74 27 0.18 0.22
Hex 42 37 2E 0 11 1E 4A 1B 12 16
Octal 102 67 56 0 21 36 112 33 22 26
Binary 1000010 110111 101110 0 10001 11110 1001010 11011 10010 10110

Color Harmonies of #42372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42372E

Black with #42372E

Text Example


Text Example

White with #42372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42372E; }

 p { color: rgb(66,55,46); }

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

background-color css

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

 a { background-color: rgb(66,55,46); }

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

border-color css

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

 span { border-color: rgb(66,55,46); }

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