Html Css Color HEX #C75315 Tenne (Tawny)

📋 copy color: '#C75315'

red 199 ◦ green 83 ◦ blue 21

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

Shades of Tenne (Tawny) #C75315

Tints of Tenne (Tawny) #C75315

RGB

 RED value IS 199 (78.13% from 255) = 65.68%

 GREEN value IS 83 (32.81% from 255) = 27.39%

 BLUE value IS 21 (8.59% from 255) = 6.93%

R = 65.68%
G = 27.39%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C75315 (or 0xC75315) is known color: Tenne (Tawny). HEX triplet: C7, 53 and 15. RGB value is (199,83,21). Sum of RGB (Red+Green+Blue) = 199+83+21=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C75315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75315 is #38ACEA. Grayscale: #6E6E6E. Windows color (decimal): -3714283 or 1397703. OLE color: 1397703.

HSL color Cylindrical-coordinate representation of color #C75315: hue angle of 20.9º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C75315 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 83 21 -
CMYK 0 0.58 0.89 0.22
HSL 20.9º 0.81% 0.43% -
HSV(B) 20.9º 0.89% 0.78% -
XYZ 26.78 18.38 2.85 -
YUV 110.62 77.43 191.04 -
System Red Green Blue C M Y K H S L
Decimal 199 83 21 0 0.58 0.89 0.22 20.9 0.81 0.43
Hex C7 53 15 0 3A 59 16 15 51 2B
Octal 307 123 25 0 72 131 26 25 121 53
Binary 11000111 1010011 10101 0 111010 1011001 10110 10101 1010001 101011

Color Harmonies of #C75315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75315

Black with #C75315

Text Example


Text Example

White with #C75315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75315; }

 p { color: rgb(199,83,21); }

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

background-color css

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

 a { background-color: rgb(199,83,21); }

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

border-color css

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

 span { border-color: rgb(199,83,21); }

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