Html Css Color HEX #C75300 Tenne (Tawny)

📋 copy color: '#C75300'

red 199 ◦ green 83 ◦ blue 0

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

Shades of Tenne (Tawny) #C75300

Tints of Tenne (Tawny) #C75300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.57%
G = 29.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C75300 (or 0xC75300) is known color: Tenne (Tawny). HEX triplet: C7, 53 and 00. RGB value is (199,83,0). Sum of RGB (Red+Green+Blue) = 199+83+0=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C75300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75300 is #38ACFF. Grayscale: #6C6C6C. Windows color (decimal): -3714304 or 21447. OLE color: 21447.

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

Color convert

RGB 199 83 0 -
CMYK 0 0.58 1 0.22
HSL 25.03º 1% 0.39% -
HSV(B) 25.03º 1% 0.78% -
XYZ 26.65 18.33 2.13 -
YUV 108.22 66.93 192.75 -
System Red Green Blue C M Y K H S L
Decimal 199 83 0 0 0.58 1 0.22 25.03 1 0.39
Hex C7 53 0 0 3A 64 16 19 64 27
Octal 307 123 0 0 72 144 26 31 144 47
Binary 11000111 1010011 0 0 111010 1100100 10110 11001 1100100 100111

Color Harmonies of #C75300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75300

Black with #C75300

Text Example


Text Example

White with #C75300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75300; }

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

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

background-color css

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

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

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

border-color css

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

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

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