Html Css Color HEX #C55436 Trinidad

📋 copy color: '#C55436'

red 197 ◦ green 84 ◦ blue 54

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

Shades of Trinidad #C55436

Tints of Trinidad #C55436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.12%

R = 58.81%
G = 25.07%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C55436 (or 0xC55436) is known color: Trinidad. HEX triplet: C5, 54 and 36. RGB value is (197,84,54). Sum of RGB (Red+Green+Blue) = 197+84+54=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C55436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55436 is #3AABC9. Grayscale: #727272. Windows color (decimal): -3845066 or 3560645. OLE color: 3560645.

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

Color convert

RGB 197 84 54 -
CMYK 0 0.57 0.73 0.23
HSL 12.59º 0.57% 0.49% -
HSV(B) 12.59º 0.73% 0.77% -
XYZ 26.86 18.48 5.64 -
YUV 114.37 93.94 186.94 -
System Red Green Blue C M Y K H S L
Decimal 197 84 54 0 0.57 0.73 0.23 12.59 0.57 0.49
Hex C5 54 36 0 39 49 17 D 39 31
Octal 305 124 66 0 71 111 27 15 71 61
Binary 11000101 1010100 110110 0 111001 1001001 10111 1101 111001 110001

Color Harmonies of #C55436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55436

Black with #C55436

Text Example


Text Example

White with #C55436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55436; }

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

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

background-color css

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

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

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

border-color css

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

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

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