Html Css Color HEX #C15504 Tenne (Tawny)

📋 copy color: '#C15504'

red 193 ◦ green 85 ◦ blue 4

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

Shades of Tenne (Tawny) #C15504

Tints of Tenne (Tawny) #C15504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.42%

R = 68.44%
G = 30.14%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C15504 (or 0xC15504) is known color: Tenne (Tawny). HEX triplet: C1, 55 and 04. RGB value is (193,85,4). Sum of RGB (Red+Green+Blue) = 193+85+4=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C15504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15504 is #3EAAFB. Grayscale: #6C6C6C. Windows color (decimal): -4107004 or 284097. OLE color: 284097.

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

Color convert

RGB 193 85 4 -
CMYK 0 0.56 0.98 0.24
HSL 25.71º 0.96% 0.39% -
HSV(B) 25.71º 0.98% 0.76% -
XYZ 25.26 17.84 2.23 -
YUV 108.06 69.28 188.59 -
System Red Green Blue C M Y K H S L
Decimal 193 85 4 0 0.56 0.98 0.24 25.71 0.96 0.39
Hex C1 55 4 0 38 62 18 1A 60 27
Octal 301 125 4 0 70 142 30 32 140 47
Binary 11000001 1010101 100 0 111000 1100010 11000 11010 1100000 100111

Color Harmonies of #C15504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15504

Black with #C15504

Text Example


Text Example

White with #C15504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15504; }

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

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

background-color css

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

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

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

border-color css

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

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

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