Html Css Color HEX #C54C00 Tenne (Tawny)

📋 copy color: '#C54C00'

red 197 ◦ green 76 ◦ blue 0

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

Shades of Tenne (Tawny) #C54C00

Tints of Tenne (Tawny) #C54C00

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.84%

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

R = 72.16%
G = 27.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C54C00 (or 0xC54C00) is known color: Tenne (Tawny). HEX triplet: C5, 4C and 00. RGB value is (197,76,0). Sum of RGB (Red+Green+Blue) = 197+76+0=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54C00 is #3AB3FF. Grayscale: #676767. Windows color (decimal): -3847168 or 19653. OLE color: 19653.

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

Color convert

RGB 197 76 0 -
CMYK 0 0.61 1 0.23
HSL 23.15º 1% 0.39% -
HSV(B) 23.15º 1% 0.77% -
XYZ 25.61 17.04 1.94 -
YUV 103.52 69.59 194.68 -
System Red Green Blue C M Y K H S L
Decimal 197 76 0 0 0.61 1 0.23 23.15 1 0.39
Hex C5 4C 0 0 3D 64 17 17 64 27
Octal 305 114 0 0 75 144 27 27 144 47
Binary 11000101 1001100 0 0 111101 1100100 10111 10111 1100100 100111

Color Harmonies of #C54C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54C00

Black with #C54C00

Text Example


Text Example

White with #C54C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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