Html Css Color HEX #C85413 Tenne (Tawny)

📋 copy color: '#C85413'

red 200 ◦ green 84 ◦ blue 19

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

Shades of Tenne (Tawny) #C85413

Tints of Tenne (Tawny) #C85413

RGB

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

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

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

R = 66.01%
G = 27.72%
B = 6.27%

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

#C85413 (or 0xC85413) is known color: Tenne (Tawny). HEX triplet: C8, 54 and 13. RGB value is (200,84,19). Sum of RGB (Red+Green+Blue) = 200+84+19=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C85413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85413 is #37ABEC. Grayscale: #6F6F6F. Windows color (decimal): -3648493 or 1266888. OLE color: 1266888.

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

Color convert

RGB 200 84 19 -
CMYK 0 0.58 0.90 0.22
HSL 21.55º 0.83% 0.43% -
HSV(B) 21.55º 0.91% 0.78% -
XYZ 27.11 18.67 2.79 -
YUV 111.27 75.93 191.29 -
System Red Green Blue C M Y K H S L
Decimal 200 84 19 0 0.58 0.90 0.22 21.55 0.83 0.43
Hex C8 54 13 0 3A 5A 16 16 53 2B
Octal 310 124 23 0 72 132 26 26 123 53
Binary 11001000 1010100 10011 0 111010 1011010 10110 10110 1010011 101011

Color Harmonies of #C85413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85413

Black with #C85413

Text Example


Text Example

White with #C85413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85413; }

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

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

background-color css

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

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

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

border-color css

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

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

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