Html Css Color HEX #C54700 Tenne (Tawny)

📋 copy color: '#C54700'

red 197 ◦ green 71 ◦ blue 0

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

Shades of Tenne (Tawny) #C54700

Tints of Tenne (Tawny) #C54700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.49%

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

R = 73.51%
G = 26.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C54700 (or 0xC54700) is known color: Tenne (Tawny). HEX triplet: C5, 47 and 00. RGB value is (197,71,0). Sum of RGB (Red+Green+Blue) = 197+71+0=268 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.51% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 197 - color contains mainly: red. Hex color #C54700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54700 is #3AB8FF. Grayscale: #646464. Windows color (decimal): -3848448 or 18373. OLE color: 18373.

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

Color convert

RGB 197 71 0 -
CMYK 0 0.64 1 0.23
HSL 21.62º 1% 0.39% -
HSV(B) 21.62º 1% 0.77% -
XYZ 25.28 16.38 1.83 -
YUV 100.58 71.24 196.77 -
System Red Green Blue C M Y K H S L
Decimal 197 71 0 0 0.64 1 0.23 21.62 1 0.39
Hex C5 47 0 0 40 64 17 16 64 27
Octal 305 107 0 0 100 144 27 26 144 47
Binary 11000101 1000111 0 0 1000000 1100100 10111 10110 1100100 100111

Color Harmonies of #C54700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54700

Black with #C54700

Text Example


Text Example

White with #C54700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54700; }

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

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

background-color css

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

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

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

border-color css

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

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

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