Html Css Color HEX #C45615 Tenne (Tawny)

📋 copy color: '#C45615'

red 196 ◦ green 86 ◦ blue 21

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

Shades of Tenne (Tawny) #C45615

Tints of Tenne (Tawny) #C45615

RGB

 RED value IS 196 (76.95% from 255) = 64.69%

 GREEN value IS 86 (33.98% from 255) = 28.38%

 BLUE value IS 21 (8.59% from 255) = 6.93%

R = 64.69%
G = 28.38%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C45615 (or 0xC45615) is known color: Tenne (Tawny). HEX triplet: C4, 56 and 15. RGB value is (196,86,21). Sum of RGB (Red+Green+Blue) = 196+86+21=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C45615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45615 is #3BA9EA. Grayscale: #6F6F6F. Windows color (decimal): -3910123 or 1398468. OLE color: 1398468.

HSL color Cylindrical-coordinate representation of color #C45615: hue angle of 22.29º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C45615 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 86 21 -
CMYK 0 0.56 0.89 0.23
HSL 22.29º 0.81% 0.43% -
HSV(B) 22.29º 0.89% 0.77% -
XYZ 26.23 18.45 2.89 -
YUV 111.48 76.94 188.29 -
System Red Green Blue C M Y K H S L
Decimal 196 86 21 0 0.56 0.89 0.23 22.29 0.81 0.43
Hex C4 56 15 0 38 59 17 16 51 2B
Octal 304 126 25 0 70 131 27 26 121 53
Binary 11000100 1010110 10101 0 111000 1011001 10111 10110 1010001 101011

Color Harmonies of #C45615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45615

Black with #C45615

Text Example


Text Example

White with #C45615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45615; }

 p { color: rgb(196,86,21); }

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

background-color css

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

 a { background-color: rgb(196,86,21); }

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

border-color css

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

 span { border-color: rgb(196,86,21); }

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