Html Css Color HEX #C56504 Tenne (Tawny)

📋 copy color: '#C56504'

red 197 ◦ green 101 ◦ blue 4

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

Shades of Tenne (Tawny) #C56504

Tints of Tenne (Tawny) #C56504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.44%

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

R = 65.23%
G = 33.44%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C56504 (or 0xC56504) is known color: Tenne (Tawny). HEX triplet: C5, 65 and 04. RGB value is (197,101,4). Sum of RGB (Red+Green+Blue) = 197+101+4=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C56504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56504 is #3A9AFB. Grayscale: #777777. Windows color (decimal): -3840764 or 288197. OLE color: 288197.

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

Color convert

RGB 197 101 4 -
CMYK 0 0.49 0.98 0.23
HSL 30.16º 0.96% 0.39% -
HSV(B) 30.16º 0.98% 0.77% -
XYZ 27.7 21.19 2.74 -
YUV 118.65 63.3 183.89 -
System Red Green Blue C M Y K H S L
Decimal 197 101 4 0 0.49 0.98 0.23 30.16 0.96 0.39
Hex C5 65 4 0 31 62 17 1E 60 27
Octal 305 145 4 0 61 142 27 36 140 47
Binary 11000101 1100101 100 0 110001 1100010 10111 11110 1100000 100111

Color Harmonies of #C56504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56504

Black with #C56504

Text Example


Text Example

White with #C56504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56504; }

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

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

background-color css

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

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

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

border-color css

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

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

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