Html Css Color HEX #C76505 Tenne (Tawny)

📋 copy color: '#C76505'

red 199 ◦ green 101 ◦ blue 5

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

Shades of Tenne (Tawny) #C76505

Tints of Tenne (Tawny) #C76505

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.11%

 BLUE value IS 5 (2.34% from 255) = 1.64%

R = 65.25%
G = 33.11%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C76505 (or 0xC76505) is known color: Tenne (Tawny). HEX triplet: C7, 65 and 05. RGB value is (199,101,5). Sum of RGB (Red+Green+Blue) = 199+101+5=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C76505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76505 is #389AFA. Grayscale: #777777. Windows color (decimal): -3709691 or 353735. OLE color: 353735.

HSL color Cylindrical-coordinate representation of color #C76505: hue angle of 29.69º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C76505 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 101 5 -
CMYK 0 0.49 0.97 0.22
HSL 29.69º 0.95% 0.4% -
HSV(B) 29.69º 0.97% 0.78% -
XYZ 28.23 21.46 2.8 -
YUV 119.36 63.47 184.81 -
System Red Green Blue C M Y K H S L
Decimal 199 101 5 0 0.49 0.97 0.22 29.69 0.95 0.4
Hex C7 65 5 0 31 61 16 1E 5F 28
Octal 307 145 5 0 61 141 26 36 137 50
Binary 11000111 1100101 101 0 110001 1100001 10110 11110 1011111 101000

Color Harmonies of #C76505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76505

Black with #C76505

Text Example


Text Example

White with #C76505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76505; }

 p { color: rgb(199,101,5); }

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

background-color css

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

 a { background-color: rgb(199,101,5); }

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

border-color css

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

 span { border-color: rgb(199,101,5); }

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