Html Css Color HEX #C4521F Trinidad

📋 copy color: '#C4521F'

red 196 ◦ green 82 ◦ blue 31

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

Shades of Trinidad #C4521F

Tints of Trinidad #C4521F

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 value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4521F (or 0xC4521F) is known color: 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

RGB 196 82 31 -
CMYK 0 0.58 0.84 0.23
HSL 18.55º 0.73% 0.45% -
HSV(B) 18.55º 0.84% 0.77% -
XYZ 26.03 17.87 3.37 -
YUV 110.27 83.27 189.15 -
System Red Green Blue C M Y K H S L
Decimal 196 82 31 0 0.58 0.84 0.23 18.55 0.73 0.45
Hex C4 52 1F 0 3A 54 17 13 49 2D
Octal 304 122 37 0 72 124 27 23 111 55
Binary 11000100 1010010 11111 0 111010 1010100 10111 10011 1001001 101101

Color Harmonies of #C4521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4521F

Black with #C4521F

Text Example


Text Example

White with #C4521F

Text Example


Text Example

HTML Codes & Css Web 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>