Html Css Color HEX #C56F04 Tenne (Tawny)

📋 copy color: '#C56F04'

red 197 ◦ green 111 ◦ blue 4

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

Shades of Tenne (Tawny) #C56F04

Tints of Tenne (Tawny) #C56F04

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.58%

 BLUE value IS 4 (1.95% from 255) = 1.28%

R = 63.14%
G = 35.58%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C56F04 (or 0xC56F04) is known color: Tenne (Tawny). HEX triplet: C5, 6F and 04. RGB value is (197,111,4). Sum of RGB (Red+Green+Blue) = 197+111+4=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56F04 is #3A90FB. Grayscale: #7D7D7D. Windows color (decimal): -3838204 or 290757. OLE color: 290757.

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

Color convert

RGB 197 111 4 -
CMYK 0 0.44 0.98 0.23
HSL 33.26º 0.96% 0.39% -
HSV(B) 33.26º 0.98% 0.77% -
XYZ 28.73 23.25 3.09 -
YUV 124.52 59.99 179.7 -
System Red Green Blue C M Y K H S L
Decimal 197 111 4 0 0.44 0.98 0.23 33.26 0.96 0.39
Hex C5 6F 4 0 2C 62 17 21 60 27
Octal 305 157 4 0 54 142 27 41 140 47
Binary 11000101 1101111 100 0 101100 1100010 10111 100001 1100000 100111

Color Harmonies of #C56F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56F04

Black with #C56F04

Text Example


Text Example

White with #C56F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56F04; }

 p { color: rgb(197,111,4); }

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

background-color css

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

 a { background-color: rgb(197,111,4); }

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

border-color css

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

 span { border-color: rgb(197,111,4); }

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