#C4521F

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

Shades of Trinidad #C4521F

Tints of Trinidad #C4521F

Color information

#C4521F (or 0xC4521F) is unknown color: approx Trinidad. HEX triplet: C4, 52 and 1F. RGB value is (196,82,31). Sum of RGB (Red+Green+Blue) = 196+82+31=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C4521F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4521F is #3BADE0. Grayscale: #6E6E6E. Windows color (decimal): -3911137 or 2052804. OLE color: 2052804.

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

Color convert

RGB1968231-
CMYK00.580.840.23
HSL18.55º72.69%44.51%-
HSV(B)18.55º84.18%76.86%-
XYZ26.0317.873.37-
YUV110.2783.27189.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 63.43%
GREEN value IS 82 (32.42% from 255) = 26.54%
BLUE value IS 31 (12.5% from 255) = 10.03%
R=63.43%
G=26.54%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196823100.580.840.2318.5572.6944.51
HexC4521F03A541713492d
Octal30412237072124272311155
Binary110001001010010111110111010101010010111100111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4521F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4521F; }

 p { color: rgb(196,82,31); }

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

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

 a { background-color: rgb(196,82,31); }

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

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

 span { border-color: rgb(196,82,31); }

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