Html Css Color HEX #C15A0D Tenne (Tawny)

📋 copy color: '#C15A0D'

red 193 ◦ green 90 ◦ blue 13

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

Shades of Tenne (Tawny) #C15A0D

Tints of Tenne (Tawny) #C15A0D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.41%

 BLUE value IS 13 (5.47% from 255) = 4.39%

R = 65.2%
G = 30.41%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C15A0D (or 0xC15A0D) is known color: Tenne (Tawny). HEX triplet: C1, 5A and 0D. RGB value is (193,90,13). Sum of RGB (Red+Green+Blue) = 193+90+13=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15A0D is #3EA5F2. Grayscale: #707070. Windows color (decimal): -4105715 or 875201. OLE color: 875201.

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

Color convert

RGB 193 90 13 -
CMYK 0 0.53 0.93 0.24
HSL 25.67º 0.87% 0.4% -
HSV(B) 25.67º 0.93% 0.76% -
XYZ 25.72 18.68 2.63 -
YUV 112.02 72.12 185.76 -
System Red Green Blue C M Y K H S L
Decimal 193 90 13 0 0.53 0.93 0.24 25.67 0.87 0.4
Hex C1 5A D 0 35 5D 18 1A 57 28
Octal 301 132 15 0 65 135 30 32 127 50
Binary 11000001 1011010 1101 0 110101 1011101 11000 11010 1010111 101000

Color Harmonies of #C15A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15A0D

Black with #C15A0D

Text Example


Text Example

White with #C15A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15A0D; }

 p { color: rgb(193,90,13); }

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

background-color css

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

 a { background-color: rgb(193,90,13); }

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

border-color css

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

 span { border-color: rgb(193,90,13); }

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