Html Css Color HEX #C45207 Tenne (Tawny)

📋 copy color: '#C45207'

red 196 ◦ green 82 ◦ blue 7

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

Shades of Tenne (Tawny) #C45207

Tints of Tenne (Tawny) #C45207

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.77%

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

R = 68.77%
G = 28.77%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C45207 (or 0xC45207) is known color: Tenne (Tawny). HEX triplet: C4, 52 and 07. RGB value is (196,82,7). Sum of RGB (Red+Green+Blue) = 196+82+7=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 7 (3.12% from 255 or 2.46% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C45207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45207 is #3BADF8. Grayscale: #6B6B6B. Windows color (decimal): -3911161 or 479940. OLE color: 479940.

HSL color Cylindrical-coordinate representation of color #C45207: hue angle of 23.81º 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 #C45207 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 82 7 -
CMYK 0 0.58 0.96 0.23
HSL 23.81º 0.93% 0.4% -
HSV(B) 23.81º 0.96% 0.77% -
XYZ 25.82 17.79 2.27 -
YUV 107.54 71.27 191.1 -
System Red Green Blue C M Y K H S L
Decimal 196 82 7 0 0.58 0.96 0.23 23.81 0.93 0.4
Hex C4 52 7 0 3A 60 17 18 5D 28
Octal 304 122 7 0 72 140 27 30 135 50
Binary 11000100 1010010 111 0 111010 1100000 10111 11000 1011101 101000

Color Harmonies of #C45207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45207

Black with #C45207

Text Example


Text Example

White with #C45207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45207; }

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

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

background-color css

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

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

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

border-color css

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

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

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