#C4531F

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

Shades of Trinidad #C4531F

Tints of Trinidad #C4531F

Color information

#C4531F (or 0xC4531F) is unknown color: approx Trinidad. HEX triplet: C4, 53 and 1F. RGB value is (196,83,31). Sum of RGB (Red+Green+Blue) = 196+83+31=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C4531F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4531F is #3BACE0. Grayscale: #6F6F6F. Windows color (decimal): -3910881 or 2053060. OLE color: 2053060.

HSL color Cylindrical-coordinate representation of color #C4531F: hue angle of 18.91º 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 #C4531F is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB1968331-
CMYK00.580.840.23
HSL18.91º72.69%44.51%-
HSV(B)18.91º84.18%76.86%-
XYZ26.1118.023.4-
YUV110.8682.94188.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 63.23%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 31 (12.5% from 255) = 10%
R=63.23%
G=26.77%
B=10%

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
Decimal196833100.580.840.2318.9172.6944.51
HexC4531F03A541713492d
Octal30412337072124272311155
Binary110001001010011111110111010101010010111100111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4531F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4531F; }

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

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

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

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

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

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

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

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