Html Css Color HEX #C85317 Tenne (Tawny)

📋 copy color: '#C85317'

red 200 ◦ green 83 ◦ blue 23

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

Shades of Tenne (Tawny) #C85317

Tints of Tenne (Tawny) #C85317

RGB

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

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

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

R = 65.36%
G = 27.12%
B = 7.52%

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

#C85317 (or 0xC85317) is known color: Tenne (Tawny). HEX triplet: C8, 53 and 17. RGB value is (200,83,23). Sum of RGB (Red+Green+Blue) = 200+83+23=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C85317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85317 is #37ACE8. Grayscale: #6F6F6F. Windows color (decimal): -3648745 or 1528776. OLE color: 1528776.

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

Color convert

RGB 200 83 23 -
CMYK 0 0.58 0.88 0.22
HSL 20.34º 0.79% 0.44% -
HSV(B) 20.34º 0.89% 0.78% -
XYZ 27.07 18.53 2.96 -
YUV 111.14 78.26 191.38 -
System Red Green Blue C M Y K H S L
Decimal 200 83 23 0 0.58 0.88 0.22 20.34 0.79 0.44
Hex C8 53 17 0 3A 58 16 14 4F 2C
Octal 310 123 27 0 72 130 26 24 117 54
Binary 11001000 1010011 10111 0 111010 1011000 10110 10100 1001111 101100

Color Harmonies of #C85317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85317

Black with #C85317

Text Example


Text Example

White with #C85317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85317; }

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

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

background-color css

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

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

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

border-color css

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

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

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