Html Css Color HEX #C75A00 Tenne (Tawny)

📋 copy color: '#C75A00'

red 199 ◦ green 90 ◦ blue 0

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

Shades of Tenne (Tawny) #C75A00

Tints of Tenne (Tawny) #C75A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.14%

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

R = 68.86%
G = 31.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C75A00 (or 0xC75A00) is known color: Tenne (Tawny). HEX triplet: C7, 5A and 00. RGB value is (199,90,0). Sum of RGB (Red+Green+Blue) = 199+90+0=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75A00 is #38A5FF. Grayscale: #707070. Windows color (decimal): -3712512 or 23239. OLE color: 23239.

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

Color convert

RGB 199 90 0 -
CMYK 0 0.55 1 0.22
HSL 27.14º 1% 0.39% -
HSV(B) 27.14º 1% 0.78% -
XYZ 27.21 19.45 2.32 -
YUV 112.33 64.61 189.82 -
System Red Green Blue C M Y K H S L
Decimal 199 90 0 0 0.55 1 0.22 27.14 1 0.39
Hex C7 5A 0 0 37 64 16 1B 64 27
Octal 307 132 0 0 67 144 26 33 144 47
Binary 11000111 1011010 0 0 110111 1100100 10110 11011 1100100 100111

Color Harmonies of #C75A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75A00

Black with #C75A00

Text Example


Text Example

White with #C75A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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