Html Css Color HEX #C54F00 Tenne (Tawny)

📋 copy color: '#C54F00'

red 197 ◦ green 79 ◦ blue 0

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

Shades of Tenne (Tawny) #C54F00

Tints of Tenne (Tawny) #C54F00

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.62%

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

R = 71.38%
G = 28.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C54F00 (or 0xC54F00) is known color: Tenne (Tawny). HEX triplet: C5, 4F and 00. RGB value is (197,79,0). Sum of RGB (Red+Green+Blue) = 197+79+0=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C54F00 is #3AB0FF. Grayscale: #696969. Windows color (decimal): -3846400 or 20421. OLE color: 20421.

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

Color convert

RGB 197 79 0 -
CMYK 0 0.60 1 0.23
HSL 24.06º 1% 0.39% -
HSV(B) 24.06º 1% 0.77% -
XYZ 25.82 17.46 2.01 -
YUV 105.28 68.59 193.42 -
System Red Green Blue C M Y K H S L
Decimal 197 79 0 0 0.60 1 0.23 24.06 1 0.39
Hex C5 4F 0 0 3C 64 17 18 64 27
Octal 305 117 0 0 74 144 27 30 144 47
Binary 11000101 1001111 0 0 111100 1100100 10111 11000 1100100 100111

Color Harmonies of #C54F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54F00

Black with #C54F00

Text Example


Text Example

White with #C54F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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