#c45834

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

Shades of Trinidad #C45834

Tints of Trinidad #C45834

Color information

#C45834 (or 0xC45834) is unknown color: approx Trinidad. HEX triplet: C4, 58 and 34. RGB value is (196,88,52). Sum of RGB (Red+Green+Blue) = 196+88+52=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C45834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45834 is #3BA7CB. Grayscale: #747474. Windows color (decimal): -3909580 or 3430596. OLE color: 3430596.

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

Color convert

RGB1968852-
CMYK00.550.730.23
HSL15º58.06%48.63%-
HSV(B)15º73.47%76.86%-
XYZ26.8718.965.49-
YUV116.1991.78184.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.33%
GREEN value IS 88 (34.77% from 255) = 26.19%
BLUE value IS 52 (20.70% from 255) = 15.48%
R=58.33%
G=26.19%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196885200.550.730.231558.0648.63
HexC458340374917f3a31
Octal3041306406711127177261
Binary11000100101100011010001101111001001101111111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c45834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c45834; }

 p { color: rgb(196,88,52); }

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

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

 a { background-color: rgb(196,88,52); }

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

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

 span { border-color: rgb(196,88,52); }

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