#C5522E

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

Shades of Trinidad #C5522E

Tints of Trinidad #C5522E

Color information

#C5522E (or 0xC5522E) is unknown color: approx Trinidad. HEX triplet: C5, 52 and 2E. RGB value is (197,82,46). Sum of RGB (Red+Green+Blue) = 197+82+46=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C5522E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5522E is #3AADD1. Grayscale: #707070. Windows color (decimal): -3845586 or 3035845. OLE color: 3035845.

HSL color Cylindrical-coordinate representation of color #C5522E: hue angle of 14.3º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5522E is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB1978246-
CMYK00.580.770.23
HSL14.3º62.14%47.65%-
HSV(B)14.3º76.65%77.25%-
XYZ26.5418.14.68-
YUV112.2890.6188.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.62%
GREEN value IS 82 (32.42% from 255) = 25.23%
BLUE value IS 46 (18.36% from 255) = 14.15%
R=60.62%
G=25.23%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197824600.580.770.2314.362.1447.65
HexC5522E03A4D17e3e30
Octal3051225607211527167660
Binary11000101101001010111001110101001101101111110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5522E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5522E; }

 p { color: rgb(197,82,46); }

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

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

 a { background-color: rgb(197,82,46); }

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

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

 span { border-color: rgb(197,82,46); }

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