Html Css Color HEX #C55508 Tenne (Tawny)

📋 copy color: '#C55508'

red 197 ◦ green 85 ◦ blue 8

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

Shades of Tenne (Tawny) #C55508

Tints of Tenne (Tawny) #C55508

RGB

 RED value IS 197 (77.34% from 255) = 67.93%

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

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

R = 67.93%
G = 29.31%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C55508 (or 0xC55508) is known color: Tenne (Tawny). HEX triplet: C5, 55 and 08. RGB value is (197,85,8). Sum of RGB (Red+Green+Blue) = 197+85+8=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C55508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55508 is #3AAAF7. Grayscale: #6E6E6E. Windows color (decimal): -3844856 or 546245. OLE color: 546245.

HSL color Cylindrical-coordinate representation of color #C55508: hue angle of 24.44º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C55508 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 85 8 -
CMYK 0 0.57 0.96 0.23
HSL 24.44º 0.92% 0.4% -
HSV(B) 24.44º 0.96% 0.77% -
XYZ 26.32 18.38 2.39 -
YUV 109.71 70.61 190.26 -
System Red Green Blue C M Y K H S L
Decimal 197 85 8 0 0.57 0.96 0.23 24.44 0.92 0.4
Hex C5 55 8 0 39 60 17 18 5C 28
Octal 305 125 10 0 71 140 27 30 134 50
Binary 11000101 1010101 1000 0 111001 1100000 10111 11000 1011100 101000

Color Harmonies of #C55508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55508

Black with #C55508

Text Example


Text Example

White with #C55508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55508; }

 p { color: rgb(197,85,8); }

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

background-color css

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

 a { background-color: rgb(197,85,8); }

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

border-color css

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

 span { border-color: rgb(197,85,8); }

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