#C15400

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

Shades of Tenne (Tawny) #C15400

Tints of Tenne (Tawny) #C15400

Color information

#C15400 (or 0xC15400) is unknown color: approx Tenne (Tawny). HEX triplet: C1, 54 and 00. RGB value is (193,84,0). Sum of RGB (Red+Green+Blue) = 193+84+0=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C15400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15400 is #3EABFF. Grayscale: #6B6B6B. Windows color (decimal): -4107264 or 21697. OLE color: 21697.

HSL color Cylindrical-coordinate representation of color #C15400: hue angle of 26.11º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C15400 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB193840-
CMYK00.5610.24
HSL26.11º100%37.84%-
HSV(B)26.11º100%75.69%-
XYZ25.1617.682.09-
YUV107.0267.61189.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 69.68%
GREEN value IS 84 (33.20% from 255) = 30.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.68%
G=30.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19384000.5610.2426.1110037.84
HexC154003864181a6426
Octal3011240070144303214446
Binary11000001101010000111000110010011000110101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15400; }

 p { color: rgb(193,84,0); }

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

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

 a { background-color: rgb(193,84,0); }

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

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

 span { border-color: rgb(193,84,0); }

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