Html Css Color HEX #42352B Dark Rum

📋 copy color: '#42352B'

red 66 ◦ green 53 ◦ blue 43

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

Shades of Dark Rum #42352B

Tints of Dark Rum #42352B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.72%

 BLUE value IS 43 (17.19% from 255) = 26.54%

R = 40.74%
G = 32.72%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.74

RGB Variations

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

Color information

#42352B (or 0x42352B) is known color: Dark Rum. HEX triplet: 42, 35 and 2B. RGB value is (66,53,43). Sum of RGB (Red+Green+Blue) = 66+53+43=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 66 - color contains mainly: red. Hex color #42352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42352B is #BDCAD4. Grayscale: #373737. Windows color (decimal): -12438229 or 2831682. OLE color: 2831682.

HSL color Cylindrical-coordinate representation of color #42352B: hue angle of 26.09º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #42352B is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 53 43 -
CMYK 0 0.20 0.35 0.74
HSL 26.09º 0.21% 0.21% -
HSV(B) 26.09º 0.35% 0.26% -
XYZ 3.96 3.88 2.83 -
YUV 55.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 66 53 43 0 0.20 0.35 0.74 26.09 0.21 0.21
Hex 42 35 2B 0 14 23 4A 1A 15 15
Octal 102 65 53 0 24 43 112 32 25 25
Binary 1000010 110101 101011 0 10100 100011 1001010 11010 10101 10101

Color Harmonies of #42352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42352B

Black with #42352B

Text Example


Text Example

White with #42352B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42352B; }

 p { color: rgb(66,53,43); }

 H1.HeaderClassName
 {
   color: #42352B;
 }
 .AnyTagClassName
 {
   color: #42352B;
 }
</style>

background-color css

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

 a { background-color: rgb(66,53,43); }

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

border-color css

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

 span { border-color: rgb(66,53,43); }

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