#C84F01

Color #C84F01 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #C84F01

Tints of Tenne (Tawny) #C84F01

Color information

#C84F01 (or 0xC84F01) is unknown color: approx Tenne (Tawny). HEX triplet: C8, 4F and 01. RGB value is (200,79,1). Sum of RGB (Red+Green+Blue) = 200+79+1=280 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.43% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 200 - color contains mainly: red. Hex color #C84F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C84F01 is #37B0FE. Grayscale: #6A6A6A. Windows color (decimal): -3649791 or 85960. OLE color: 85960.

HSL color Cylindrical-coordinate representation of color #C84F01: hue angle of 23.52º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C84F01 is Cyan = 0, Magento = 0.60, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB200791-
CMYK00.601.000.22
HSL23.52º99%39.41%-
HSV(B)23.52º99.5%78.43%-
XYZ26.6217.872.08-
YUV106.2968.59194.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 71.43%
GREEN value IS 79 (31.25% from 255) = 28.21%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=71.43%
G=28.21%
B=0.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 1.00
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20079100.601.000.2223.529939.41
HexC84F103C6416186327
Octal3101171074144263014347
Binary11001000100111110111100110010010110110001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84F01; }

 p { color: rgb(200,79,1); }

 H1.HeaderClassName
 {
   color: #C84F01;
 }
 .AnyTagClassName
 {
   color: #C84F01;
 }
</style>
background-color css

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

 a { background-color: rgb(200,79,1); }

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

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

 span { border-color: rgb(200,79,1); }

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