#42362E

Color #42362E Tobago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tobago #42362E

Tints of Tobago #42362E

Color information

#42362E (or 0x42362E) is unknown color: approx Tobago. HEX triplet: 42, 36 and 2E. RGB value is (66,54,46). Sum of RGB (Red+Green+Blue) = 66+54+46=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 66 - color contains mainly: red. Hex color #42362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42362E is #BDC9D1. Grayscale: #383838. Windows color (decimal): -12437970 or 3028546. OLE color: 3028546.

HSL color Cylindrical-coordinate representation of color #42362E: hue angle of 24º 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 #42362E is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB665446-
CMYK00.180.300.74
HSL24º17.86%21.96%-
HSV(B)24º30.3%25.88%-
XYZ4.063.993.14-
YUV56.68121.98134.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.76%
GREEN value IS 54 (21.48% from 255) = 32.53%
BLUE value IS 46 (18.36% from 255) = 27.71%
R=39.76%
G=32.53%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66544600.180.300.742417.8621.96
Hex42362E0121E4A181216
Octal102665602236112302226
Binary1000010110110101110010010111101001010110001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #42362E;
 }
 .AnyTagClassName
 {
   color: #42362E;
 }
</style>
background-color css

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

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

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

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

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

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