#C35739

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

Shades of Trinidad #C35739

Tints of Trinidad #C35739

Color information

#C35739 (or 0xC35739) is unknown color: approx Trinidad. HEX triplet: C3, 57 and 39. RGB value is (195,87,57). Sum of RGB (Red+Green+Blue) = 195+87+57=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 57 (22.66% from 255 or 16.81% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C35739 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35739 is #3CA8C6. Grayscale: #747474. Windows color (decimal): -3975367 or 3758019. OLE color: 3758019.

HSL color Cylindrical-coordinate representation of color #C35739: hue angle of 13.04º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C35739 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB1958757-
CMYK00.550.710.24
HSL13.04º54.76%49.41%-
HSV(B)13.04º70.77%76.47%-
XYZ26.6518.716.08-
YUV115.8794.78184.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.52%
GREEN value IS 87 (34.38% from 255) = 25.66%
BLUE value IS 57 (22.66% from 255) = 16.81%
R=57.52%
G=25.66%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195875700.550.710.2413.0454.7649.41
HexC357390374718d3731
Octal3031277106710730156761
Binary11000011101011111100101101111000111110001101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35739; }

 p { color: rgb(195,87,57); }

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

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

 a { background-color: rgb(195,87,57); }

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

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

 span { border-color: rgb(195,87,57); }

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