Html Css Color HEX #C85403 Tenne (Tawny)

📋 copy color: '#C85403'

red 200 ◦ green 84 ◦ blue 3

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

Shades of Tenne (Tawny) #C85403

Tints of Tenne (Tawny) #C85403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.05%

R = 69.69%
G = 29.27%
B = 1.05%

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

#C85403 (or 0xC85403) is known color: Tenne (Tawny). HEX triplet: C8, 54 and 03. RGB value is (200,84,3). Sum of RGB (Red+Green+Blue) = 200+84+3=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C85403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85403 is #37ABFC. Grayscale: #6D6D6D. Windows color (decimal): -3648509 or 218312. OLE color: 218312.

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

Color convert

RGB 200 84 3 -
CMYK 0 0.58 0.98 0.22
HSL 24.67º 0.97% 0.4% -
HSV(B) 24.67º 0.99% 0.78% -
XYZ 27.01 18.63 2.26 -
YUV 109.45 67.93 192.59 -
System Red Green Blue C M Y K H S L
Decimal 200 84 3 0 0.58 0.98 0.22 24.67 0.97 0.4
Hex C8 54 3 0 3A 62 16 19 61 28
Octal 310 124 3 0 72 142 26 31 141 50
Binary 11001000 1010100 11 0 111010 1100010 10110 11001 1100001 101000

Color Harmonies of #C85403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85403

Black with #C85403

Text Example


Text Example

White with #C85403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85403; }

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

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

background-color css

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

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

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

border-color css

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

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

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