Html Css Color HEX #C85313 Tenne (Tawny)

📋 copy color: '#C85313'

red 200 ◦ green 83 ◦ blue 19

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

Shades of Tenne (Tawny) #C85313

Tints of Tenne (Tawny) #C85313

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.48%

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

R = 66.23%
G = 27.48%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C85313 (or 0xC85313) is known color: Tenne (Tawny). HEX triplet: C8, 53 and 13. RGB value is (200,83,19). Sum of RGB (Red+Green+Blue) = 200+83+19=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C85313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85313 is #37ACEC. Grayscale: #6F6F6F. Windows color (decimal): -3648749 or 1266632. OLE color: 1266632.

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

Color convert

RGB 200 83 19 -
CMYK 0 0.58 0.90 0.22
HSL 21.22º 0.83% 0.43% -
HSV(B) 21.22º 0.91% 0.78% -
XYZ 27.03 18.51 2.76 -
YUV 110.69 76.26 191.7 -
System Red Green Blue C M Y K H S L
Decimal 200 83 19 0 0.58 0.90 0.22 21.22 0.83 0.43
Hex C8 53 13 0 3A 5A 16 15 53 2B
Octal 310 123 23 0 72 132 26 25 123 53
Binary 11001000 1010011 10011 0 111010 1011010 10110 10101 1010011 101011

Color Harmonies of #C85313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85313

Black with #C85313

Text Example


Text Example

White with #C85313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85313; }

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

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

background-color css

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

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

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

border-color css

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

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

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