Html Css Color HEX #C75400 Tenne (Tawny)

📋 copy color: '#C75400'

red 199 ◦ green 84 ◦ blue 0

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

Shades of Tenne (Tawny) #C75400

Tints of Tenne (Tawny) #C75400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.68%

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

R = 70.32%
G = 29.68%
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

#C75400 (or 0xC75400) is known color: Tenne (Tawny). HEX triplet: C7, 54 and 00. RGB value is (199,84,0). Sum of RGB (Red+Green+Blue) = 199+84+0=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C75400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75400 is #38ABFF. Grayscale: #6D6D6D. Windows color (decimal): -3714048 or 21703. OLE color: 21703.

HSL color Cylindrical-coordinate representation of color #C75400: hue angle of 25.33º 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 #C75400 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 84 0 -
CMYK 0 0.58 1 0.22
HSL 25.33º 1% 0.39% -
HSV(B) 25.33º 1% 0.78% -
XYZ 26.72 18.48 2.16 -
YUV 108.81 66.6 192.33 -
System Red Green Blue C M Y K H S L
Decimal 199 84 0 0 0.58 1 0.22 25.33 1 0.39
Hex C7 54 0 0 3A 64 16 19 64 27
Octal 307 124 0 0 72 144 26 31 144 47
Binary 11000111 1010100 0 0 111010 1100100 10110 11001 1100100 100111

Color Harmonies of #C75400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75400

Black with #C75400

Text Example


Text Example

White with #C75400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75400; }

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

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

background-color css

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

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

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

border-color css

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

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

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