Html Css Color HEX #C85504 Tenne (Tawny)

📋 copy color: '#C85504'

red 200 ◦ green 85 ◦ blue 4

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

Shades of Tenne (Tawny) #C85504

Tints of Tenne (Tawny) #C85504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.41%

 BLUE value IS 4 (1.95% from 255) = 1.38%

R = 69.2%
G = 29.41%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C85504 (or 0xC85504) is known color: Tenne (Tawny). HEX triplet: C8, 55 and 04. RGB value is (200,85,4). Sum of RGB (Red+Green+Blue) = 200+85+4=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C85504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85504 is #37AAFB. Grayscale: #6E6E6E. Windows color (decimal): -3648252 or 284104. OLE color: 284104.

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

Color convert

RGB 200 85 4 -
CMYK 0 0.58 0.98 0.22
HSL 24.8º 0.96% 0.4% -
HSV(B) 24.8º 0.98% 0.78% -
XYZ 27.09 18.79 2.31 -
YUV 110.15 68.1 192.09 -
System Red Green Blue C M Y K H S L
Decimal 200 85 4 0 0.58 0.98 0.22 24.8 0.96 0.4
Hex C8 55 4 0 3A 62 16 19 60 28
Octal 310 125 4 0 72 142 26 31 140 50
Binary 11001000 1010101 100 0 111010 1100010 10110 11001 1100000 101000

Color Harmonies of #C85504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85504

Black with #C85504

Text Example


Text Example

White with #C85504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85504; }

 p { color: rgb(200,85,4); }

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

background-color css

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

 a { background-color: rgb(200,85,4); }

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

border-color css

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

 span { border-color: rgb(200,85,4); }

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