Html Css Color HEX #C54F01 Tenne (Tawny)

📋 copy color: '#C54F01'

red 197 ◦ green 79 ◦ blue 1

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

Shades of Tenne (Tawny) #C54F01

Tints of Tenne (Tawny) #C54F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 71.12%
G = 28.52%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C54F01 (or 0xC54F01) is known color: Tenne (Tawny). HEX triplet: C5, 4F and 01. RGB value is (197,79,1). Sum of RGB (Red+Green+Blue) = 197+79+1=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C54F01 is #3AB0FE. Grayscale: #696969. Windows color (decimal): -3846399 or 85957. OLE color: 85957.

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

Color convert

RGB 197 79 1 -
CMYK 0 0.60 0.99 0.23
HSL 23.88º 0.99% 0.39% -
HSV(B) 23.88º 0.99% 0.77% -
XYZ 25.83 17.46 2.04 -
YUV 105.39 69.09 193.34 -
System Red Green Blue C M Y K H S L
Decimal 197 79 1 0 0.60 0.99 0.23 23.88 0.99 0.39
Hex C5 4F 1 0 3C 63 17 18 63 27
Octal 305 117 1 0 74 143 27 30 143 47
Binary 11000101 1001111 1 0 111100 1100011 10111 11000 1100011 100111

Color Harmonies of #C54F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54F01

Black with #C54F01

Text Example


Text Example

White with #C54F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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