Html Css Color HEX #C75D08 Tenne (Tawny)

📋 copy color: '#C75D08'

red 199 ◦ green 93 ◦ blue 8

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

Shades of Tenne (Tawny) #C75D08

Tints of Tenne (Tawny) #C75D08

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31%

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

R = 66.33%
G = 31%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C75D08 (or 0xC75D08) is known color: Tenne (Tawny). HEX triplet: C7, 5D and 08. RGB value is (199,93,8). Sum of RGB (Red+Green+Blue) = 199+93+8=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75D08 is #38A2F7. Grayscale: #737373. Windows color (decimal): -3711736 or 548295. OLE color: 548295.

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

Color convert

RGB 199 93 8 -
CMYK 0 0.53 0.96 0.22
HSL 26.7º 0.92% 0.41% -
HSV(B) 26.7º 0.96% 0.78% -
XYZ 27.51 19.99 2.64 -
YUV 115 67.62 187.91 -
System Red Green Blue C M Y K H S L
Decimal 199 93 8 0 0.53 0.96 0.22 26.7 0.92 0.41
Hex C7 5D 8 0 35 60 16 1B 5C 29
Octal 307 135 10 0 65 140 26 33 134 51
Binary 11000111 1011101 1000 0 110101 1100000 10110 11011 1011100 101001

Color Harmonies of #C75D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75D08

Black with #C75D08

Text Example


Text Example

White with #C75D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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