Html Css Color HEX #C85314 Tenne (Tawny)

📋 copy color: '#C85314'

red 200 ◦ green 83 ◦ blue 20

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

Shades of Tenne (Tawny) #C85314

Tints of Tenne (Tawny) #C85314

RGB

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

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

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

R = 66.01%
G = 27.39%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C85314 (or 0xC85314) is known color: Tenne (Tawny). HEX triplet: C8, 53 and 14. RGB value is (200,83,20). Sum of RGB (Red+Green+Blue) = 200+83+20=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C85314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85314 is #37ACEB. Grayscale: #6F6F6F. Windows color (decimal): -3648748 or 1332168. OLE color: 1332168.

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

Color convert

RGB 200 83 20 -
CMYK 0 0.58 0.9 0.22
HSL 21º 0.82% 0.43% -
HSV(B) 21º 0.9% 0.78% -
XYZ 27.04 18.52 2.81 -
YUV 110.8 76.76 191.62 -
System Red Green Blue C M Y K H S L
Decimal 200 83 20 0 0.58 0.9 0.22 21 0.82 0.43
Hex C8 53 14 0 3A 5A 16 15 52 2B
Octal 310 123 24 0 72 132 26 25 122 53
Binary 11001000 1010011 10100 0 111010 1011010 10110 10101 1010010 101011

Color Harmonies of #C85314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85314

Black with #C85314

Text Example


Text Example

White with #C85314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85314; }

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

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

background-color css

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

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

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

border-color css

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

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

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