Html Css Color HEX #C85301 Tenne (Tawny)

📋 copy color: '#C85301'

red 200 ◦ green 83 ◦ blue 1

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

Shades of Tenne (Tawny) #C85301

Tints of Tenne (Tawny) #C85301

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.23%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 70.42%
G = 29.23%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C85301 (or 0xC85301) is known color: Tenne (Tawny). HEX triplet: C8, 53 and 01. RGB value is (200,83,1). Sum of RGB (Red+Green+Blue) = 200+83+1=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C85301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85301 is #37ACFE. Grayscale: #6D6D6D. Windows color (decimal): -3648767 or 86984. OLE color: 86984.

HSL color Cylindrical-coordinate representation of color #C85301: hue angle of 24.72º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C85301 is Cyan = 0, Magento = 0.58, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 83 1 -
CMYK 0 0.58 1.00 0.22
HSL 24.72º 0.99% 0.39% -
HSV(B) 24.72º 1% 0.78% -
XYZ 26.92 18.47 2.17 -
YUV 108.64 67.26 193.17 -
System Red Green Blue C M Y K H S L
Decimal 200 83 1 0 0.58 1.00 0.22 24.72 0.99 0.39
Hex C8 53 1 0 3A 64 16 19 63 27
Octal 310 123 1 0 72 144 26 31 143 47
Binary 11001000 1010011 1 0 111010 1100100 10110 11001 1100011 100111

Color Harmonies of #C85301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85301

Black with #C85301

Text Example


Text Example

White with #C85301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85301; }

 p { color: rgb(200,83,1); }

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

background-color css

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

 a { background-color: rgb(200,83,1); }

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

border-color css

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

 span { border-color: rgb(200,83,1); }

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