Html Css Color HEX #C55308 Tenne (Tawny)

📋 copy color: '#C55308'

red 197 ◦ green 83 ◦ blue 8

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

Shades of Tenne (Tawny) #C55308

Tints of Tenne (Tawny) #C55308

RGB

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

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

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

R = 68.4%
G = 28.82%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C55308 (or 0xC55308) is known color: Tenne (Tawny). HEX triplet: C5, 53 and 08. RGB value is (197,83,8). Sum of RGB (Red+Green+Blue) = 197+83+8=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C55308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55308 is #3AACF7. Grayscale: #6C6C6C. Windows color (decimal): -3845368 or 545733. OLE color: 545733.

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

Color convert

RGB 197 83 8 -
CMYK 0 0.58 0.96 0.23
HSL 23.81º 0.92% 0.4% -
HSV(B) 23.81º 0.96% 0.77% -
XYZ 26.16 18.07 2.34 -
YUV 108.54 71.27 191.1 -
System Red Green Blue C M Y K H S L
Decimal 197 83 8 0 0.58 0.96 0.23 23.81 0.92 0.4
Hex C5 53 8 0 3A 60 17 18 5C 28
Octal 305 123 10 0 72 140 27 30 134 50
Binary 11000101 1010011 1000 0 111010 1100000 10111 11000 1011100 101000

Color Harmonies of #C55308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55308

Black with #C55308

Text Example


Text Example

White with #C55308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55308; }

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

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

background-color css

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

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

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

border-color css

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

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

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