Html Css Color HEX #C85407 Tenne (Tawny)

📋 copy color: '#C85407'

red 200 ◦ green 84 ◦ blue 7

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

Shades of Tenne (Tawny) #C85407

Tints of Tenne (Tawny) #C85407

RGB

 RED value IS 200 (78.52% from 255) = 68.73%

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

 BLUE value IS 7 (3.13% from 255) = 2.41%

R = 68.73%
G = 28.87%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C85407 (or 0xC85407) is known color: Tenne (Tawny). HEX triplet: C8, 54 and 07. RGB value is (200,84,7). Sum of RGB (Red+Green+Blue) = 200+84+7=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 7 (3.12% from 255 or 2.41% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C85407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85407 is #37ABF8. Grayscale: #6E6E6E. Windows color (decimal): -3648505 or 480456. OLE color: 480456.

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

Color convert

RGB 200 84 7 -
CMYK 0 0.58 0.96 0.22
HSL 23.94º 0.93% 0.41% -
HSV(B) 23.94º 0.97% 0.78% -
XYZ 27.03 18.64 2.37 -
YUV 109.91 69.93 192.26 -
System Red Green Blue C M Y K H S L
Decimal 200 84 7 0 0.58 0.96 0.22 23.94 0.93 0.41
Hex C8 54 7 0 3A 60 16 18 5D 29
Octal 310 124 7 0 72 140 26 30 135 51
Binary 11001000 1010100 111 0 111010 1100000 10110 11000 1011101 101001

Color Harmonies of #C85407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85407

Black with #C85407

Text Example


Text Example

White with #C85407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85407; }

 p { color: rgb(200,84,7); }

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

background-color css

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

 a { background-color: rgb(200,84,7); }

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

border-color css

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

 span { border-color: rgb(200,84,7); }

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