Html Css Color HEX #C4500F Tenne (Tawny)

📋 copy color: '#C4500F'

red 196 ◦ green 80 ◦ blue 15

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

Shades of Tenne (Tawny) #C4500F

Tints of Tenne (Tawny) #C4500F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.49%

 BLUE value IS 15 (6.25% from 255) = 5.15%

R = 67.35%
G = 27.49%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4500F (or 0xC4500F) is known color: Tenne (Tawny). HEX triplet: C4, 50 and 0F. RGB value is (196,80,15). Sum of RGB (Red+Green+Blue) = 196+80+15=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C4500F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4500F is #3BAFF0. Grayscale: #6B6B6B. Windows color (decimal): -3911665 or 1003716. OLE color: 1003716.

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

Color convert

RGB 196 80 15 -
CMYK 0 0.59 0.92 0.23
HSL 21.55º 0.86% 0.41% -
HSV(B) 21.55º 0.92% 0.77% -
XYZ 25.72 17.51 2.48 -
YUV 107.27 75.93 191.29 -
System Red Green Blue C M Y K H S L
Decimal 196 80 15 0 0.59 0.92 0.23 21.55 0.86 0.41
Hex C4 50 F 0 3B 5C 17 16 56 29
Octal 304 120 17 0 73 134 27 26 126 51
Binary 11000100 1010000 1111 0 111011 1011100 10111 10110 1010110 101001

Color Harmonies of #C4500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4500F

Black with #C4500F

Text Example


Text Example

White with #C4500F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4500F; }

 p { color: rgb(196,80,15); }

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

background-color css

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

 a { background-color: rgb(196,80,15); }

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

border-color css

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

 span { border-color: rgb(196,80,15); }

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