Html Css Color HEX #C75A08 Tenne (Tawny)

📋 copy color: '#C75A08'

red 199 ◦ green 90 ◦ blue 8

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

Shades of Tenne (Tawny) #C75A08

Tints of Tenne (Tawny) #C75A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.69%

R = 67%
G = 30.3%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C75A08 (or 0xC75A08) is known color: Tenne (Tawny). HEX triplet: C7, 5A and 08. RGB value is (199,90,8). Sum of RGB (Red+Green+Blue) = 199+90+8=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75A08 is #38A5F7. Grayscale: #717171. Windows color (decimal): -3712504 or 547527. OLE color: 547527.

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

Color convert

RGB 199 90 8 -
CMYK 0 0.55 0.96 0.22
HSL 25.76º 0.92% 0.41% -
HSV(B) 25.76º 0.96% 0.78% -
XYZ 27.25 19.47 2.55 -
YUV 113.24 68.61 189.17 -
System Red Green Blue C M Y K H S L
Decimal 199 90 8 0 0.55 0.96 0.22 25.76 0.92 0.41
Hex C7 5A 8 0 37 60 16 1A 5C 29
Octal 307 132 10 0 67 140 26 32 134 51
Binary 11000111 1011010 1000 0 110111 1100000 10110 11010 1011100 101001

Color Harmonies of #C75A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75A08

Black with #C75A08

Text Example


Text Example

White with #C75A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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