Html Css Color HEX #42362C Dark Rum

📋 copy color: '#42362C'

red 66 ◦ green 54 ◦ blue 44

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

Shades of Dark Rum #42362C

Tints of Dark Rum #42362C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.93%

 BLUE value IS 44 (17.58% from 255) = 26.83%

R = 40.24%
G = 32.93%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.74

RGB Variations

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

Color information

#42362C (or 0x42362C) is known color: Dark Rum. HEX triplet: 42, 36 and 2C. RGB value is (66,54,44). Sum of RGB (Red+Green+Blue) = 66+54+44=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 66 - color contains mainly: red. Hex color #42362C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42362C is #BDC9D3. Grayscale: #383838. Windows color (decimal): -12437972 or 2897474. OLE color: 2897474.

HSL color Cylindrical-coordinate representation of color #42362C: hue angle of 27.27º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #42362C is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 54 44 -
CMYK 0 0.18 0.33 0.74
HSL 27.27º 0.2% 0.22% -
HSV(B) 27.27º 0.33% 0.26% -
XYZ 4.02 3.98 2.94 -
YUV 56.45 120.98 134.81 -
System Red Green Blue C M Y K H S L
Decimal 66 54 44 0 0.18 0.33 0.74 27.27 0.2 0.22
Hex 42 36 2C 0 12 21 4A 1B 14 16
Octal 102 66 54 0 22 41 112 33 24 26
Binary 1000010 110110 101100 0 10010 100001 1001010 11011 10100 10110

Color Harmonies of #42362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42362C

Black with #42362C

Text Example


Text Example

White with #42362C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42362C; }

 p { color: rgb(66,54,44); }

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

background-color css

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

 a { background-color: rgb(66,54,44); }

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

border-color css

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

 span { border-color: rgb(66,54,44); }

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