#C85537

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

Shades of Trinidad #C85537

Tints of Trinidad #C85537

Color information

#C85537 (or 0xC85537) is unknown color: approx Trinidad. HEX triplet: C8, 55 and 37. RGB value is (200,85,55). Sum of RGB (Red+Green+Blue) = 200+85+55=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 55 (21.88% from 255 or 16.18% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C85537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85537 is #37AAC8. Grayscale: #747474. Windows color (decimal): -3648201 or 3626440. OLE color: 3626440.

HSL color Cylindrical-coordinate representation of color #C85537: hue angle of 12.41º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C85537 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB2008555-
CMYK00.580.720.22
HSL12.41º56.86%50%-
HSV(B)12.41º72.5%78.43%-
XYZ27.7619.055.83-
YUV115.9693.6187.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 58.82%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 55 (21.88% from 255) = 16.18%
R=58.82%
G=25%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200855500.580.720.2212.4156.8650
HexC8553703A4816c3932
Octal3101256707211026147162
Binary11001000101010111011101110101001000101101100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85537; }

 p { color: rgb(200,85,55); }

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

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

 a { background-color: rgb(200,85,55); }

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

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

 span { border-color: rgb(200,85,55); }

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