Html Css Color HEX #C54900 Tenne (Tawny)

📋 copy color: '#C54900'

red 197 ◦ green 73 ◦ blue 0

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

Shades of Tenne (Tawny) #C54900

Tints of Tenne (Tawny) #C54900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.04%

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

R = 72.96%
G = 27.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C54900 (or 0xC54900) is known color: Tenne (Tawny). HEX triplet: C5, 49 and 00. RGB value is (197,73,0). Sum of RGB (Red+Green+Blue) = 197+73+0=270 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.96% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 197 - color contains mainly: red. Hex color #C54900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54900 is #3AB6FF. Grayscale: #666666. Windows color (decimal): -3847936 or 18885. OLE color: 18885.

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

Color convert

RGB 197 73 0 -
CMYK 0 0.63 1 0.23
HSL 22.23º 1% 0.39% -
HSV(B) 22.23º 1% 0.77% -
XYZ 25.41 16.64 1.87 -
YUV 101.75 70.58 195.94 -
System Red Green Blue C M Y K H S L
Decimal 197 73 0 0 0.63 1 0.23 22.23 1 0.39
Hex C5 49 0 0 3F 64 17 16 64 27
Octal 305 111 0 0 77 144 27 26 144 47
Binary 11000101 1001001 0 0 111111 1100100 10111 10110 1100100 100111

Color Harmonies of #C54900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54900

Black with #C54900

Text Example


Text Example

White with #C54900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54900; }

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

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

background-color css

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

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

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

border-color css

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

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

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