Html Css Color HEX #C5500B Tenne (Tawny)

📋 copy color: '#C5500B'

red 197 ◦ green 80 ◦ blue 11

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

Shades of Tenne (Tawny) #C5500B

Tints of Tenne (Tawny) #C5500B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.78%

 BLUE value IS 11 (4.69% from 255) = 3.82%

R = 68.4%
G = 27.78%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5500B (or 0xC5500B) is known color: Tenne (Tawny). HEX triplet: C5, 50 and 0B. RGB value is (197,80,11). Sum of RGB (Red+Green+Blue) = 197+80+11=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C5500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5500B is #3AAFF4. Grayscale: #6B6B6B. Windows color (decimal): -3846133 or 741573. OLE color: 741573.

HSL color Cylindrical-coordinate representation of color #C5500B: hue angle of 22.26º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5500B is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 80 11 -
CMYK 0 0.59 0.94 0.23
HSL 22.26º 0.89% 0.41% -
HSV(B) 22.26º 0.94% 0.77% -
XYZ 25.96 17.63 2.35 -
YUV 107.12 73.76 192.11 -
System Red Green Blue C M Y K H S L
Decimal 197 80 11 0 0.59 0.94 0.23 22.26 0.89 0.41
Hex C5 50 B 0 3B 5E 17 16 59 29
Octal 305 120 13 0 73 136 27 26 131 51
Binary 11000101 1010000 1011 0 111011 1011110 10111 10110 1011001 101001

Color Harmonies of #C5500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5500B

Black with #C5500B

Text Example


Text Example

White with #C5500B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5500B; }

 p { color: rgb(197,80,11); }

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

background-color css

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

 a { background-color: rgb(197,80,11); }

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

border-color css

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

 span { border-color: rgb(197,80,11); }

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