Html Css Color HEX #C85310 Tenne (Tawny)

📋 copy color: '#C85310'

red 200 ◦ green 83 ◦ blue 16

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

Shades of Tenne (Tawny) #C85310

Tints of Tenne (Tawny) #C85310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.35%

R = 66.89%
G = 27.76%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C85310 (or 0xC85310) is known color: Tenne (Tawny). HEX triplet: C8, 53 and 10. RGB value is (200,83,16). Sum of RGB (Red+Green+Blue) = 200+83+16=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C85310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85310 is #37ACEF. Grayscale: #6E6E6E. Windows color (decimal): -3648752 or 1070024. OLE color: 1070024.

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

Color convert

RGB 200 83 16 -
CMYK 0 0.58 0.92 0.22
HSL 21.85º 0.85% 0.42% -
HSV(B) 21.85º 0.92% 0.78% -
XYZ 27.01 18.5 2.64 -
YUV 110.35 74.76 191.95 -
System Red Green Blue C M Y K H S L
Decimal 200 83 16 0 0.58 0.92 0.22 21.85 0.85 0.42
Hex C8 53 10 0 3A 5C 16 16 55 2A
Octal 310 123 20 0 72 134 26 26 125 52
Binary 11001000 1010011 10000 0 111010 1011100 10110 10110 1010101 101010

Color Harmonies of #C85310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85310

Black with #C85310

Text Example


Text Example

White with #C85310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85310; }

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

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

background-color css

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

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

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

border-color css

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

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

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