Html Css Color HEX #C5630D Tenne (Tawny)

📋 copy color: '#C5630D'

red 197 ◦ green 99 ◦ blue 13

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

Shades of Tenne (Tawny) #C5630D

Tints of Tenne (Tawny) #C5630D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.04%

 BLUE value IS 13 (5.47% from 255) = 4.21%

R = 63.75%
G = 32.04%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5630D (or 0xC5630D) is known color: Tenne (Tawny). HEX triplet: C5, 63 and 0D. RGB value is (197,99,13). Sum of RGB (Red+Green+Blue) = 197+99+13=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C5630D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5630D is #3A9CF2. Grayscale: #767676. Windows color (decimal): -3841267 or 877509. OLE color: 877509.

HSL color Cylindrical-coordinate representation of color #C5630D: hue angle of 28.04º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5630D is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 99 13 -
CMYK 0 0.50 0.93 0.23
HSL 28.04º 0.88% 0.41% -
HSV(B) 28.04º 0.93% 0.77% -
XYZ 27.56 20.82 2.95 -
YUV 118.5 68.47 183.99 -
System Red Green Blue C M Y K H S L
Decimal 197 99 13 0 0.50 0.93 0.23 28.04 0.88 0.41
Hex C5 63 D 0 32 5D 17 1C 58 29
Octal 305 143 15 0 62 135 27 34 130 51
Binary 11000101 1100011 1101 0 110010 1011101 10111 11100 1011000 101001

Color Harmonies of #C5630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5630D

Black with #C5630D

Text Example


Text Example

White with #C5630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5630D; }

 p { color: rgb(197,99,13); }

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

background-color css

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

 a { background-color: rgb(197,99,13); }

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

border-color css

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

 span { border-color: rgb(197,99,13); }

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