Html Css Color HEX #C85214 Tenne (Tawny)

📋 copy color: '#C85214'

red 200 ◦ green 82 ◦ blue 20

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

Shades of Tenne (Tawny) #C85214

Tints of Tenne (Tawny) #C85214

RGB

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

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

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

R = 66.23%
G = 27.15%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C85214 (or 0xC85214) is known color: Tenne (Tawny). HEX triplet: C8, 52 and 14. RGB value is (200,82,20). Sum of RGB (Red+Green+Blue) = 200+82+20=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C85214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85214 is #37ADEB. Grayscale: #6E6E6E. Windows color (decimal): -3649004 or 1331912. OLE color: 1331912.

HSL color Cylindrical-coordinate representation of color #C85214: hue angle of 20.67º 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 #C85214 is Cyan = 0, Magento = 0.59, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 82 20 -
CMYK 0 0.59 0.9 0.22
HSL 20.67º 0.82% 0.43% -
HSV(B) 20.67º 0.9% 0.78% -
XYZ 26.96 18.36 2.79 -
YUV 110.21 77.09 192.04 -
System Red Green Blue C M Y K H S L
Decimal 200 82 20 0 0.59 0.9 0.22 20.67 0.82 0.43
Hex C8 52 14 0 3B 5A 16 15 52 2B
Octal 310 122 24 0 73 132 26 25 122 53
Binary 11001000 1010010 10100 0 111011 1011010 10110 10101 1010010 101011

Color Harmonies of #C85214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85214

Black with #C85214

Text Example


Text Example

White with #C85214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85214; }

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

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

background-color css

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

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

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

border-color css

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

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

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