Html Css Color HEX #C15507 Tenne (Tawny)

📋 copy color: '#C15507'

red 193 ◦ green 85 ◦ blue 7

#C15507
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #C15507

Tints of Tenne (Tawny) #C15507

RGB

 RED value IS 193 (75.78% from 255) = 67.72%

 GREEN value IS 85 (33.59% from 255) = 29.82%

 BLUE value IS 7 (3.13% from 255) = 2.46%

R = 67.72%
G = 29.82%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C15507 (or 0xC15507) is known color: Tenne (Tawny). HEX triplet: C1, 55 and 07. RGB value is (193,85,7). Sum of RGB (Red+Green+Blue) = 193+85+7=285 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.72% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 7 (3.12% from 255 or 2.46% from 285); Max value from RGB is 193 - color contains mainly: red. Hex color #C15507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15507 is #3EAAF8. Grayscale: #6C6C6C. Windows color (decimal): -4107001 or 480705. OLE color: 480705.

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

Color convert

RGB 193 85 7 -
CMYK 0 0.56 0.96 0.24
HSL 25.16º 0.93% 0.39% -
HSV(B) 25.16º 0.96% 0.76% -
XYZ 25.28 17.85 2.31 -
YUV 108.4 70.78 188.34 -
System Red Green Blue C M Y K H S L
Decimal 193 85 7 0 0.56 0.96 0.24 25.16 0.93 0.39
Hex C1 55 7 0 38 60 18 19 5D 27
Octal 301 125 7 0 70 140 30 31 135 47
Binary 11000001 1010101 111 0 111000 1100000 11000 11001 1011101 100111

Color Harmonies of #C15507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15507

Black with #C15507

Text Example


Text Example

White with #C15507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15507; }

 p { color: rgb(193,85,7); }

 H1.HeaderClassName
 {
   color: #C15507;
 }
 .AnyTagClassName
 {
   color: #C15507;
 }
</style>

background-color css

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

 a { background-color: rgb(193,85,7); }

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

border-color css

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

 span { border-color: rgb(193,85,7); }

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