Html Css Color HEX #C5522D Trinidad

📋 copy color: '#C5522D'

red 197 ◦ green 82 ◦ blue 45

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

Shades of Trinidad #C5522D

Tints of Trinidad #C5522D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.31%

 BLUE value IS 45 (17.97% from 255) = 13.89%

R = 60.8%
G = 25.31%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5522D (or 0xC5522D) is known color: Trinidad. HEX triplet: C5, 52 and 2D. RGB value is (197,82,45). Sum of RGB (Red+Green+Blue) = 197+82+45=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5522D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5522D is #3AADD2. Grayscale: #707070. Windows color (decimal): -3845587 or 2970309. OLE color: 2970309.

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

Color convert

RGB 197 82 45 -
CMYK 0 0.58 0.77 0.23
HSL 14.61º 0.63% 0.47% -
HSV(B) 14.61º 0.77% 0.77% -
XYZ 26.52 18.09 4.58 -
YUV 112.17 90.1 188.51 -
System Red Green Blue C M Y K H S L
Decimal 197 82 45 0 0.58 0.77 0.23 14.61 0.63 0.47
Hex C5 52 2D 0 3A 4D 17 F 3F 2F
Octal 305 122 55 0 72 115 27 17 77 57
Binary 11000101 1010010 101101 0 111010 1001101 10111 1111 111111 101111

Color Harmonies of #C5522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5522D

Black with #C5522D

Text Example


Text Example

White with #C5522D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5522D; }

 p { color: rgb(197,82,45); }

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

background-color css

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

 a { background-color: rgb(197,82,45); }

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

border-color css

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

 span { border-color: rgb(197,82,45); }

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