Html Css Color HEX #C45516 Tenne (Tawny)

📋 copy color: '#C45516'

red 196 ◦ green 85 ◦ blue 22

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

Shades of Tenne (Tawny) #C45516

Tints of Tenne (Tawny) #C45516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.05%

 BLUE value IS 22 (8.98% from 255) = 7.26%

R = 64.69%
G = 28.05%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C45516 (or 0xC45516) is known color: Tenne (Tawny). HEX triplet: C4, 55 and 16. RGB value is (196,85,22). Sum of RGB (Red+Green+Blue) = 196+85+22=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C45516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45516 is #3BAAE9. Grayscale: #6F6F6F. Windows color (decimal): -3910378 or 1463748. OLE color: 1463748.

HSL color Cylindrical-coordinate representation of color #C45516: hue angle of 21.72º degrees, saturation: 0.8, 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 #C45516 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 85 22 -
CMYK 0 0.57 0.89 0.23
HSL 21.72º 0.8% 0.43% -
HSV(B) 21.72º 0.89% 0.77% -
XYZ 26.16 18.29 2.91 -
YUV 111.01 77.77 188.62 -
System Red Green Blue C M Y K H S L
Decimal 196 85 22 0 0.57 0.89 0.23 21.72 0.8 0.43
Hex C4 55 16 0 39 59 17 16 50 2B
Octal 304 125 26 0 71 131 27 26 120 53
Binary 11000100 1010101 10110 0 111001 1011001 10111 10110 1010000 101011

Color Harmonies of #C45516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45516

Black with #C45516

Text Example


Text Example

White with #C45516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45516; }

 p { color: rgb(196,85,22); }

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

background-color css

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

 a { background-color: rgb(196,85,22); }

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

border-color css

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

 span { border-color: rgb(196,85,22); }

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