Html Css Color HEX #C85417 Tenne (Tawny)

📋 copy color: '#C85417'

red 200 ◦ green 84 ◦ blue 23

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

Shades of Tenne (Tawny) #C85417

Tints of Tenne (Tawny) #C85417

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.36%

 BLUE value IS 23 (9.38% from 255) = 7.49%

R = 65.15%
G = 27.36%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C85417 (or 0xC85417) is known color: Tenne (Tawny). HEX triplet: C8, 54 and 17. RGB value is (200,84,23). Sum of RGB (Red+Green+Blue) = 200+84+23=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C85417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85417 is #37ABE8. Grayscale: #707070. Windows color (decimal): -3648489 or 1529032. OLE color: 1529032.

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

Color convert

RGB 200 84 23 -
CMYK 0 0.58 0.88 0.22
HSL 20.68º 0.79% 0.44% -
HSV(B) 20.68º 0.89% 0.78% -
XYZ 27.14 18.68 2.99 -
YUV 111.73 77.93 190.96 -
System Red Green Blue C M Y K H S L
Decimal 200 84 23 0 0.58 0.88 0.22 20.68 0.79 0.44
Hex C8 54 17 0 3A 58 16 15 4F 2C
Octal 310 124 27 0 72 130 26 25 117 54
Binary 11001000 1010100 10111 0 111010 1011000 10110 10101 1001111 101100

Color Harmonies of #C85417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85417

Black with #C85417

Text Example


Text Example

White with #C85417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85417; }

 p { color: rgb(200,84,23); }

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

background-color css

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

 a { background-color: rgb(200,84,23); }

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

border-color css

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

 span { border-color: rgb(200,84,23); }

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