Html Css Color HEX #C85308 Tenne (Tawny)

📋 copy color: '#C85308'

red 200 ◦ green 83 ◦ blue 8

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

Shades of Tenne (Tawny) #C85308

Tints of Tenne (Tawny) #C85308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.75%

R = 68.73%
G = 28.52%
B = 2.75%

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

#C85308 (or 0xC85308) is known color: Tenne (Tawny). HEX triplet: C8, 53 and 08. RGB value is (200,83,8). Sum of RGB (Red+Green+Blue) = 200+83+8=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C85308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85308 is #37ACF7. Grayscale: #6D6D6D. Windows color (decimal): -3648760 or 545736. OLE color: 545736.

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

Color convert

RGB 200 83 8 -
CMYK 0 0.58 0.96 0.22
HSL 23.44º 0.92% 0.41% -
HSV(B) 23.44º 0.96% 0.78% -
XYZ 26.96 18.48 2.38 -
YUV 109.43 70.76 192.6 -
System Red Green Blue C M Y K H S L
Decimal 200 83 8 0 0.58 0.96 0.22 23.44 0.92 0.41
Hex C8 53 8 0 3A 60 16 17 5C 29
Octal 310 123 10 0 72 140 26 27 134 51
Binary 11001000 1010011 1000 0 111010 1100000 10110 10111 1011100 101001

Color Harmonies of #C85308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85308

Black with #C85308

Text Example


Text Example

White with #C85308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85308; }

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

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

background-color css

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

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

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

border-color css

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

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

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