Html Css Color HEX #C55A00 Tenne (Tawny)

📋 copy color: '#C55A00'

red 197 ◦ green 90 ◦ blue 0

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

Shades of Tenne (Tawny) #C55A00

Tints of Tenne (Tawny) #C55A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.64%
G = 31.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C55A00 (or 0xC55A00) is known color: Tenne (Tawny). HEX triplet: C5, 5A and 00. RGB value is (197,90,0). Sum of RGB (Red+Green+Blue) = 197+90+0=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55A00 is #3AA5FF. Grayscale: #707070. Windows color (decimal): -3843584 or 23237. OLE color: 23237.

HSL color Cylindrical-coordinate representation of color #C55A00: hue angle of 27.41º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C55A00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 90 0 -
CMYK 0 0.54 1 0.23
HSL 27.41º 1% 0.39% -
HSV(B) 27.41º 1% 0.77% -
XYZ 26.68 19.18 2.3 -
YUV 111.73 64.95 188.82 -
System Red Green Blue C M Y K H S L
Decimal 197 90 0 0 0.54 1 0.23 27.41 1 0.39
Hex C5 5A 0 0 36 64 17 1B 64 27
Octal 305 132 0 0 66 144 27 33 144 47
Binary 11000101 1011010 0 0 110110 1100100 10111 11011 1100100 100111

Color Harmonies of #C55A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55A00

Black with #C55A00

Text Example


Text Example

White with #C55A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55A00; }

 p { color: rgb(197,90,0); }

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

background-color css

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

 a { background-color: rgb(197,90,0); }

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

border-color css

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

 span { border-color: rgb(197,90,0); }

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