#c35733

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

Shades of Trinidad #C35733

Tints of Trinidad #C35733

Color information

#C35733 (or 0xC35733) is unknown color: approx Trinidad. HEX triplet: C3, 57 and 33. RGB value is (195,87,51). Sum of RGB (Red+Green+Blue) = 195+87+51=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C35733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35733 is #3CA8CC. Grayscale: #737373. Windows color (decimal): -3975373 or 3364803. OLE color: 3364803.

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

Color convert

RGB1958751-
CMYK00.550.740.24
HSL15º58.54%48.24%-
HSV(B)15º73.85%76.47%-
XYZ26.5118.665.34-
YUV115.1991.78184.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.56%
GREEN value IS 87 (34.38% from 255) = 26.13%
BLUE value IS 51 (20.31% from 255) = 15.32%
R=58.56%
G=26.13%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195875100.550.740.241558.5448.24
HexC357330374A18f3b30
Octal3031276306711230177360
Binary11000011101011111001101101111001010110001111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c35733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c35733; }

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

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

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

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

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

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

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

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