Html Css Color HEX #C85514 Tenne (Tawny)

📋 copy color: '#C85514'

red 200 ◦ green 85 ◦ blue 20

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

Shades of Tenne (Tawny) #C85514

Tints of Tenne (Tawny) #C85514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.87%

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

R = 65.57%
G = 27.87%
B = 6.56%

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

#C85514 (or 0xC85514) is known color: Tenne (Tawny). HEX triplet: C8, 55 and 14. RGB value is (200,85,20). Sum of RGB (Red+Green+Blue) = 200+85+20=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C85514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85514 is #37AAEB. Grayscale: #707070. Windows color (decimal): -3648236 or 1332680. OLE color: 1332680.

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

Color convert

RGB 200 85 20 -
CMYK 0 0.58 0.9 0.22
HSL 21.67º 0.82% 0.43% -
HSV(B) 21.67º 0.9% 0.78% -
XYZ 27.19 18.83 2.86 -
YUV 111.98 76.1 190.79 -
System Red Green Blue C M Y K H S L
Decimal 200 85 20 0 0.58 0.9 0.22 21.67 0.82 0.43
Hex C8 55 14 0 3A 5A 16 16 52 2B
Octal 310 125 24 0 72 132 26 26 122 53
Binary 11001000 1010101 10100 0 111010 1011010 10110 10110 1010010 101011

Color Harmonies of #C85514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85514

Black with #C85514

Text Example


Text Example

White with #C85514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85514; }

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

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

background-color css

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

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

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

border-color css

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

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

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