Html Css Color HEX #C75318 Tenne (Tawny)

📋 copy color: '#C75318'

red 199 ◦ green 83 ◦ blue 24

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

Shades of Tenne (Tawny) #C75318

Tints of Tenne (Tawny) #C75318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.84%

R = 65.03%
G = 27.12%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C75318 (or 0xC75318) is known color: Tenne (Tawny). HEX triplet: C7, 53 and 18. RGB value is (199,83,24). Sum of RGB (Red+Green+Blue) = 199+83+24=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C75318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75318 is #38ACE7. Grayscale: #6F6F6F. Windows color (decimal): -3714280 or 1594311. OLE color: 1594311.

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

Color convert

RGB 199 83 24 -
CMYK 0 0.58 0.88 0.22
HSL 20.23º 0.78% 0.44% -
HSV(B) 20.23º 0.88% 0.78% -
XYZ 26.81 18.39 3 -
YUV 110.96 78.93 190.8 -
System Red Green Blue C M Y K H S L
Decimal 199 83 24 0 0.58 0.88 0.22 20.23 0.78 0.44
Hex C7 53 18 0 3A 58 16 14 4E 2C
Octal 307 123 30 0 72 130 26 24 116 54
Binary 11000111 1010011 11000 0 111010 1011000 10110 10100 1001110 101100

Color Harmonies of #C75318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75318

Black with #C75318

Text Example


Text Example

White with #C75318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75318; }

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

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

background-color css

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

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

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

border-color css

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

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

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