#c1630f

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

Shades of Tenne (Tawny) #C1630F

Tints of Tenne (Tawny) #C1630F

Color information

#C1630F (or 0xC1630F) is unknown color: approx Tenne (Tawny). HEX triplet: C1, 63 and 0F. RGB value is (193,99,15). Sum of RGB (Red+Green+Blue) = 193+99+15=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C1630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1630F is #3E9CF0. Grayscale: #757575. Windows color (decimal): -4103409 or 1008577. OLE color: 1008577.

HSL color Cylindrical-coordinate representation of color #C1630F: hue angle of 28.31º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1630F is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB1939915-
CMYK00.490.920.24
HSL28.31º85.58%40.78%-
HSV(B)28.31º92.23%75.69%-
XYZ26.5420.32.97-
YUV117.5370.14181.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 62.87%
GREEN value IS 99 (39.06% from 255) = 32.25%
BLUE value IS 15 (6.25% from 255) = 4.89%
R=62.87%
G=32.25%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193991500.490.920.2428.3185.5840.78
HexC163F0315C181c5629
Octal30114317061134303412651
Binary11000001110001111110110001101110011000111001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1630f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1630f; }

 p { color: rgb(193,99,15); }

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

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

 a { background-color: rgb(193,99,15); }

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

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

 span { border-color: rgb(193,99,15); }

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