#413530

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

Shades of Tobago #413530

Tints of Tobago #413530

Color information

#413530 (or 0x413530) is unknown color: approx Tobago. HEX triplet: 41, 35 and 30. RGB value is (65,53,48). Sum of RGB (Red+Green+Blue) = 65+53+48=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 65 - color contains mainly: red. Hex color #413530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413530 is #BECACF. Grayscale: #383838. Windows color (decimal): -12503760 or 3159361. OLE color: 3159361.

HSL color Cylindrical-coordinate representation of color #413530: hue angle of 17.65º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #413530 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB655348-
CMYK00.180.260.75
HSL17.65º15.04%22.16%-
HSV(B)17.65º26.15%25.49%-
XYZ3.993.883.34-
YUV56.02123.48134.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.16%
GREEN value IS 53 (21.09% from 255) = 31.93%
BLUE value IS 48 (19.14% from 255) = 28.92%
R=39.16%
G=31.93%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65534800.180.260.7517.6515.0422.16
Hex4135300121A4B12f16
Octal101656002232113221726
Binary100000111010111000001001011010100101110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413530; }

 p { color: rgb(65,53,48); }

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

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

 a { background-color: rgb(65,53,48); }

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

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

 span { border-color: rgb(65,53,48); }

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