Html Css Color HEX #C85414 Tenne (Tawny)

📋 copy color: '#C85414'

red 200 ◦ green 84 ◦ blue 20

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

Shades of Tenne (Tawny) #C85414

Tints of Tenne (Tawny) #C85414

RGB

 RED value IS 200 (78.52% from 255) = 65.79%

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

 BLUE value IS 20 (8.2% from 255) = 6.58%

R = 65.79%
G = 27.63%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C85414 (or 0xC85414) is known color: Tenne (Tawny). HEX triplet: C8, 54 and 14. RGB value is (200,84,20). Sum of RGB (Red+Green+Blue) = 200+84+20=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C85414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85414 is #37ABEB. Grayscale: #6F6F6F. Windows color (decimal): -3648492 or 1332424. OLE color: 1332424.

HSL color Cylindrical-coordinate representation of color #C85414: hue angle of 21.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C85414 is Cyan = 0, Magento = 0.58, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 84 20 -
CMYK 0 0.58 0.9 0.22
HSL 21.33º 0.82% 0.43% -
HSV(B) 21.33º 0.9% 0.78% -
XYZ 27.12 18.67 2.84 -
YUV 111.39 76.43 191.2 -
System Red Green Blue C M Y K H S L
Decimal 200 84 20 0 0.58 0.9 0.22 21.33 0.82 0.43
Hex C8 54 14 0 3A 5A 16 15 52 2B
Octal 310 124 24 0 72 132 26 25 122 53
Binary 11001000 1010100 10100 0 111010 1011010 10110 10101 1010010 101011

Color Harmonies of #C85414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85414

Black with #C85414

Text Example


Text Example

White with #C85414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85414; }

 p { color: rgb(200,84,20); }

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

background-color css

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

 a { background-color: rgb(200,84,20); }

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

border-color css

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

 span { border-color: rgb(200,84,20); }

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