#C77000

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

Shades of Tenne (Tawny) #C77000

Tints of Tenne (Tawny) #C77000

Color information

#C77000 (or 0xC77000) is unknown color: approx Tenne (Tawny). HEX triplet: C7, 70 and 00. RGB value is (199,112,0). Sum of RGB (Red+Green+Blue) = 199+112+0=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C77000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77000 is #388FFF. Grayscale: #7D7D7D. Windows color (decimal): -3706880 or 28871. OLE color: 28871.

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

Color convert

RGB1991120-
CMYK00.4410.22
HSL33.77º100%39.02%-
HSV(B)33.77º100%78.04%-
XYZ29.3523.733.03-
YUV125.2457.32180.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 63.99%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.99%
G=36.01%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199112000.4410.2233.7710039.02
HexC770002C6416226427
Octal3071600054144264214447
Binary110001111110000001011001100100101101000101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77000; }

 p { color: rgb(199,112,0); }

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

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

 a { background-color: rgb(199,112,0); }

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

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

 span { border-color: rgb(199,112,0); }

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