Html Css Color HEX #C45107 Tenne (Tawny)

📋 copy color: '#C45107'

red 196 ◦ green 81 ◦ blue 7

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

Shades of Tenne (Tawny) #C45107

Tints of Tenne (Tawny) #C45107

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.52%

 BLUE value IS 7 (3.13% from 255) = 2.46%

R = 69.01%
G = 28.52%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C45107 (or 0xC45107) is known color: Tenne (Tawny). HEX triplet: C4, 51 and 07. RGB value is (196,81,7). Sum of RGB (Red+Green+Blue) = 196+81+7=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 7 (3.12% from 255 or 2.46% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C45107 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45107 is #3BAEF8. Grayscale: #6B6B6B. Windows color (decimal): -3911417 or 479684. OLE color: 479684.

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

Color convert

RGB 196 81 7 -
CMYK 0 0.59 0.96 0.23
HSL 23.49º 0.93% 0.4% -
HSV(B) 23.49º 0.96% 0.77% -
XYZ 25.75 17.64 2.25 -
YUV 106.95 71.6 191.52 -
System Red Green Blue C M Y K H S L
Decimal 196 81 7 0 0.59 0.96 0.23 23.49 0.93 0.4
Hex C4 51 7 0 3B 60 17 17 5D 28
Octal 304 121 7 0 73 140 27 27 135 50
Binary 11000100 1010001 111 0 111011 1100000 10111 10111 1011101 101000

Color Harmonies of #C45107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45107

Black with #C45107

Text Example


Text Example

White with #C45107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45107; }

 p { color: rgb(196,81,7); }

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

background-color css

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

 a { background-color: rgb(196,81,7); }

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

border-color css

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

 span { border-color: rgb(196,81,7); }

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