Html Css Color HEX #C54A01 Tenne (Tawny)

📋 copy color: '#C54A01'

red 197 ◦ green 74 ◦ blue 1

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

Shades of Tenne (Tawny) #C54A01

Tints of Tenne (Tawny) #C54A01

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.21%

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

R = 72.43%
G = 27.21%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C54A01 (or 0xC54A01) is known color: Tenne (Tawny). HEX triplet: C5, 4A and 01. RGB value is (197,74,1). Sum of RGB (Red+Green+Blue) = 197+74+1=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54A01 is #3AB5FE. Grayscale: #666666. Windows color (decimal): -3847679 or 84677. OLE color: 84677.

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

Color convert

RGB 197 74 1 -
CMYK 0 0.62 0.99 0.23
HSL 22.35º 0.99% 0.39% -
HSV(B) 22.35º 0.99% 0.77% -
XYZ 25.48 16.77 1.92 -
YUV 102.46 70.75 195.44 -
System Red Green Blue C M Y K H S L
Decimal 197 74 1 0 0.62 0.99 0.23 22.35 0.99 0.39
Hex C5 4A 1 0 3E 63 17 16 63 27
Octal 305 112 1 0 76 143 27 26 143 47
Binary 11000101 1001010 1 0 111110 1100011 10111 10110 1100011 100111

Color Harmonies of #C54A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54A01

Black with #C54A01

Text Example


Text Example

White with #C54A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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