Html Css Color HEX #C85913 Tenne (Tawny)

📋 copy color: '#C85913'

red 200 ◦ green 89 ◦ blue 19

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

Shades of Tenne (Tawny) #C85913

Tints of Tenne (Tawny) #C85913

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.9%

 BLUE value IS 19 (7.81% from 255) = 6.17%

R = 64.94%
G = 28.9%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C85913 (or 0xC85913) is known color: Tenne (Tawny). HEX triplet: C8, 59 and 13. RGB value is (200,89,19). Sum of RGB (Red+Green+Blue) = 200+89+19=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C85913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85913 is #37A6EC. Grayscale: #727272. Windows color (decimal): -3647213 or 1268168. OLE color: 1268168.

HSL color Cylindrical-coordinate representation of color #C85913: hue angle of 23.2º degrees, saturation: 0.83, 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 #C85913 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 89 19 -
CMYK 0 0.56 0.90 0.22
HSL 23.2º 0.83% 0.43% -
HSV(B) 23.2º 0.91% 0.78% -
XYZ 27.51 19.47 2.92 -
YUV 114.21 74.27 189.19 -
System Red Green Blue C M Y K H S L
Decimal 200 89 19 0 0.56 0.90 0.22 23.2 0.83 0.43
Hex C8 59 13 0 38 5A 16 17 53 2B
Octal 310 131 23 0 70 132 26 27 123 53
Binary 11001000 1011001 10011 0 111000 1011010 10110 10111 1010011 101011

Color Harmonies of #C85913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85913

Black with #C85913

Text Example


Text Example

White with #C85913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85913; }

 p { color: rgb(200,89,19); }

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

background-color css

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

 a { background-color: rgb(200,89,19); }

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

border-color css

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

 span { border-color: rgb(200,89,19); }

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