#42352F

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

Shades of Tobago #42352F

Tints of Tobago #42352F

Color information

#42352F (or 0x42352F) is unknown color: approx Tobago. HEX triplet: 42, 35 and 2F. RGB value is (66,53,47). Sum of RGB (Red+Green+Blue) = 66+53+47=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 66 - color contains mainly: red. Hex color #42352F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42352F is #BDCAD0. Grayscale: #383838. Windows color (decimal): -12438225 or 3093826. OLE color: 3093826.

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

Color convert

RGB665347-
CMYK00.200.290.74
HSL18.95º16.81%22.16%-
HSV(B)18.95º28.79%25.88%-
XYZ4.033.913.23-
YUV56.2122.81134.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.76%
GREEN value IS 53 (21.09% from 255) = 31.93%
BLUE value IS 47 (18.75% from 255) = 28.31%
R=39.76%
G=31.93%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66534700.200.290.7418.9516.8122.16
Hex42352F0141D4A131116
Octal102655702435112232126
Binary1000010110101101111010100111011001010100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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