#C3522A

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

Shades of Trinidad #C3522A

Tints of Trinidad #C3522A

Color information

#C3522A (or 0xC3522A) is unknown color: approx Trinidad. HEX triplet: C3, 52 and 2A. RGB value is (195,82,42). Sum of RGB (Red+Green+Blue) = 195+82+42=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C3522A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3522A is #3CADD5. Grayscale: #6F6F6F. Windows color (decimal): -3976662 or 2773699. OLE color: 2773699.

HSL color Cylindrical-coordinate representation of color #C3522A: hue angle of 15.69º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3522A is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB1958242-
CMYK00.580.780.24
HSL15.69º64.56%46.47%-
HSV(B)15.69º78.46%76.47%-
XYZ25.9417.84.26-
YUV111.2388.94187.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.13%
GREEN value IS 82 (32.42% from 255) = 25.71%
BLUE value IS 42 (16.80% from 255) = 13.17%
R=61.13%
G=25.71%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195824200.580.780.2415.6964.5646.47
HexC3522A03A4E1810412e
Octal30312252072116302010156
Binary1100001110100101010100111010100111011000100001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3522A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3522A; }

 p { color: rgb(195,82,42); }

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

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

 a { background-color: rgb(195,82,42); }

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

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

 span { border-color: rgb(195,82,42); }

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