#C84D00

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

Shades of Tenne (Tawny) #C84D00

Tints of Tenne (Tawny) #C84D00

Color information

#C84D00 (or 0xC84D00) is unknown color: approx Tenne (Tawny). HEX triplet: C8, 4D and 00. RGB value is (200,77,0). Sum of RGB (Red+Green+Blue) = 200+77+0=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C84D00 is #37B2FF. Grayscale: #696969. Windows color (decimal): -3650304 or 19912. OLE color: 19912.

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

Color convert

RGB200770-
CMYK00.6210.22
HSL23.1º100%39.22%-
HSV(B)23.1º100%78.43%-
XYZ26.4717.592-
YUV10568.75195.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 72.20%
GREEN value IS 77 (30.47% from 255) = 27.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.20%
G=27.80%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20077000.6210.2223.110039.22
HexC84D003E6416176427
Octal3101150076144262714447
Binary11001000100110100111110110010010110101111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84D00; }

 p { color: rgb(200,77,0); }

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

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

 a { background-color: rgb(200,77,0); }

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

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

 span { border-color: rgb(200,77,0); }

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