#42352D

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

Shades of Tobago #42352D

Tints of Tobago #42352D

Color information

#42352D (or 0x42352D) is unknown color: approx Tobago. HEX triplet: 42, 35 and 2D. RGB value is (66,53,45). Sum of RGB (Red+Green+Blue) = 66+53+45=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 66 - color contains mainly: red. Hex color #42352D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42352D is #BDCAD2. Grayscale: #383838. Windows color (decimal): -12438227 or 2962754. OLE color: 2962754.

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

Color convert

RGB665345-
CMYK00.200.320.74
HSL22.86º18.92%21.76%-
HSV(B)22.86º31.82%25.88%-
XYZ3.993.893.02-
YUV55.98121.81135.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.24%
GREEN value IS 53 (21.09% from 255) = 32.32%
BLUE value IS 45 (17.97% from 255) = 27.44%
R=40.24%
G=32.32%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66534500.200.320.7422.8618.9221.76
Hex42352D014204A171316
Octal102655502440112272326
Binary10000101101011011010101001000001001010101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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