Html Css Color HEX #C85B0D Tenne (Tawny)

📋 copy color: '#C85B0D'

red 200 ◦ green 91 ◦ blue 13

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

Shades of Tenne (Tawny) #C85B0D

Tints of Tenne (Tawny) #C85B0D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.93%

 BLUE value IS 13 (5.47% from 255) = 4.28%

R = 65.79%
G = 29.93%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C85B0D (or 0xC85B0D) is known color: Tenne (Tawny). HEX triplet: C8, 5B and 0D. RGB value is (200,91,13). Sum of RGB (Red+Green+Blue) = 200+91+13=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85B0D is #37A4F2. Grayscale: #737373. Windows color (decimal): -3646707 or 875464. OLE color: 875464.

HSL color Cylindrical-coordinate representation of color #C85B0D: hue angle of 25.03º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C85B0D is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 91 13 -
CMYK 0 0.54 0.94 0.22
HSL 25.03º 0.88% 0.42% -
HSV(B) 25.03º 0.94% 0.78% -
XYZ 27.63 19.79 2.74 -
YUV 114.7 70.61 188.84 -
System Red Green Blue C M Y K H S L
Decimal 200 91 13 0 0.54 0.94 0.22 25.03 0.88 0.42
Hex C8 5B D 0 36 5E 16 19 58 2A
Octal 310 133 15 0 66 136 26 31 130 52
Binary 11001000 1011011 1101 0 110110 1011110 10110 11001 1011000 101010

Color Harmonies of #C85B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85B0D

Black with #C85B0D

Text Example


Text Example

White with #C85B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85B0D; }

 p { color: rgb(200,91,13); }

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

background-color css

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

 a { background-color: rgb(200,91,13); }

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

border-color css

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

 span { border-color: rgb(200,91,13); }

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