Html Css Color HEX #C85713 Tenne (Tawny)

📋 copy color: '#C85713'

red 200 ◦ green 87 ◦ blue 19

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

Shades of Tenne (Tawny) #C85713

Tints of Tenne (Tawny) #C85713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.43%

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

R = 65.36%
G = 28.43%
B = 6.21%

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

#C85713 (or 0xC85713) is known color: Tenne (Tawny). HEX triplet: C8, 57 and 13. RGB value is (200,87,19). Sum of RGB (Red+Green+Blue) = 200+87+19=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C85713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85713 is #37A8EC. Grayscale: #717171. Windows color (decimal): -3647725 or 1267656. OLE color: 1267656.

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

Color convert

RGB 200 87 19 -
CMYK 0 0.56 0.90 0.22
HSL 22.54º 0.83% 0.43% -
HSV(B) 22.54º 0.91% 0.78% -
XYZ 27.35 19.14 2.87 -
YUV 113.04 74.94 190.03 -
System Red Green Blue C M Y K H S L
Decimal 200 87 19 0 0.56 0.90 0.22 22.54 0.83 0.43
Hex C8 57 13 0 38 5A 16 17 53 2B
Octal 310 127 23 0 70 132 26 27 123 53
Binary 11001000 1010111 10011 0 111000 1011010 10110 10111 1010011 101011

Color Harmonies of #C85713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85713

Black with #C85713

Text Example


Text Example

White with #C85713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85713; }

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

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

background-color css

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

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

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

border-color css

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

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

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