#C45738

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

Shades of Trinidad #C45738

Tints of Trinidad #C45738

Color information

#C45738 (or 0xC45738) is unknown color: approx Trinidad. HEX triplet: C4, 57 and 38. RGB value is (196,87,56). Sum of RGB (Red+Green+Blue) = 196+87+56=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C45738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45738 is #3BA8C7. Grayscale: #747474. Windows color (decimal): -3909832 or 3692484. OLE color: 3692484.

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

Color convert

RGB1968756-
CMYK00.560.710.23
HSL13.29º55.56%49.41%-
HSV(B)13.29º71.43%76.86%-
XYZ26.8918.845.96-
YUV116.0694.11185.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.82%
GREEN value IS 87 (34.38% from 255) = 25.66%
BLUE value IS 56 (22.27% from 255) = 16.52%
R=57.82%
G=25.66%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196875600.560.710.2313.2955.5649.41
HexC457380384717d3831
Octal3041277007010727157061
Binary11000100101011111100001110001000111101111101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45738; }

 p { color: rgb(196,87,56); }

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

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

 a { background-color: rgb(196,87,56); }

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

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

 span { border-color: rgb(196,87,56); }

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