Html Css Color HEX #C75901 Tenne (Tawny)

📋 copy color: '#C75901'

red 199 ◦ green 89 ◦ blue 1

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

Shades of Tenne (Tawny) #C75901

Tints of Tenne (Tawny) #C75901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.8%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 68.86%
G = 30.8%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C75901 (or 0xC75901) is known color: Tenne (Tawny). HEX triplet: C7, 59 and 01. RGB value is (199,89,1). Sum of RGB (Red+Green+Blue) = 199+89+1=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C75901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75901 is #38A6FE. Grayscale: #707070. Windows color (decimal): -3712767 or 88519. OLE color: 88519.

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

Color convert

RGB 199 89 1 -
CMYK 0 0.55 0.99 0.22
HSL 26.67º 0.99% 0.39% -
HSV(B) 26.67º 0.99% 0.78% -
XYZ 27.13 19.29 2.32 -
YUV 111.86 65.44 190.16 -
System Red Green Blue C M Y K H S L
Decimal 199 89 1 0 0.55 0.99 0.22 26.67 0.99 0.39
Hex C7 59 1 0 37 63 16 1B 63 27
Octal 307 131 1 0 67 143 26 33 143 47
Binary 11000111 1011001 1 0 110111 1100011 10110 11011 1100011 100111

Color Harmonies of #C75901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75901

Black with #C75901

Text Example


Text Example

White with #C75901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75901; }

 p { color: rgb(199,89,1); }

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

background-color css

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

 a { background-color: rgb(199,89,1); }

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

border-color css

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

 span { border-color: rgb(199,89,1); }

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