Html Css Color HEX #C5541F Trinidad

📋 copy color: '#C5541F'

red 197 ◦ green 84 ◦ blue 31

#C5541F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trinidad #C5541F

Tints of Trinidad #C5541F

RGB

 RED value IS 197 (77.34% from 255) = 63.14%

 GREEN value IS 84 (33.2% from 255) = 26.92%

 BLUE value IS 31 (12.5% from 255) = 9.94%

R = 63.14%
G = 26.92%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5541F (or 0xC5541F) is known color: Trinidad. HEX triplet: C5, 54 and 1F. RGB value is (197,84,31). Sum of RGB (Red+Green+Blue) = 197+84+31=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C5541F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5541F is #3AABE0. Grayscale: #707070. Windows color (decimal): -3845089 or 2053317. OLE color: 2053317.

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

Color convert

RGB 197 84 31 -
CMYK 0 0.57 0.84 0.23
HSL 19.16º 0.73% 0.45% -
HSV(B) 19.16º 0.84% 0.77% -
XYZ 26.44 18.31 3.44 -
YUV 111.75 82.44 188.81 -
System Red Green Blue C M Y K H S L
Decimal 197 84 31 0 0.57 0.84 0.23 19.16 0.73 0.45
Hex C5 54 1F 0 39 54 17 13 49 2D
Octal 305 124 37 0 71 124 27 23 111 55
Binary 11000101 1010100 11111 0 111001 1010100 10111 10011 1001001 101101

Color Harmonies of #C5541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5541F

Black with #C5541F

Text Example


Text Example

White with #C5541F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5541F; }

 p { color: rgb(197,84,31); }

 H1.HeaderClassName
 {
   color: #C5541F;
 }
 .AnyTagClassName
 {
   color: #C5541F;
 }
</style>

background-color css

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

 a { background-color: rgb(197,84,31); }

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

border-color css

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

 span { border-color: rgb(197,84,31); }

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