Html Css Color HEX #C85211 Tenne (Tawny)

📋 copy color: '#C85211'

red 200 ◦ green 82 ◦ blue 17

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

Shades of Tenne (Tawny) #C85211

Tints of Tenne (Tawny) #C85211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.69%

R = 66.89%
G = 27.42%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C85211 (or 0xC85211) is known color: Tenne (Tawny). HEX triplet: C8, 52 and 11. RGB value is (200,82,17). Sum of RGB (Red+Green+Blue) = 200+82+17=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C85211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85211 is #37ADEE. Grayscale: #6E6E6E. Windows color (decimal): -3649007 or 1135304. OLE color: 1135304.

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

Color convert

RGB 200 82 17 -
CMYK 0 0.59 0.92 0.22
HSL 21.31º 0.84% 0.43% -
HSV(B) 21.31º 0.92% 0.78% -
XYZ 26.94 18.35 2.65 -
YUV 109.87 75.59 192.29 -
System Red Green Blue C M Y K H S L
Decimal 200 82 17 0 0.59 0.92 0.22 21.31 0.84 0.43
Hex C8 52 11 0 3B 5C 16 15 54 2B
Octal 310 122 21 0 73 134 26 25 124 53
Binary 11001000 1010010 10001 0 111011 1011100 10110 10101 1010100 101011

Color Harmonies of #C85211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85211

Black with #C85211

Text Example


Text Example

White with #C85211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85211; }

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

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

background-color css

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

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

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

border-color css

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

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

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