Html Css Color HEX #C4540F Tenne (Tawny)

📋 copy color: '#C4540F'

red 196 ◦ green 84 ◦ blue 15

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

Shades of Tenne (Tawny) #C4540F

Tints of Tenne (Tawny) #C4540F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.47%

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

R = 66.44%
G = 28.47%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4540F (or 0xC4540F) is known color: Tenne (Tawny). HEX triplet: C4, 54 and 0F. RGB value is (196,84,15). Sum of RGB (Red+Green+Blue) = 196+84+15=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C4540F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4540F is #3BABF0. Grayscale: #6E6E6E. Windows color (decimal): -3910641 or 1004740. OLE color: 1004740.

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

Color convert

RGB 196 84 15 -
CMYK 0 0.57 0.92 0.23
HSL 22.87º 0.86% 0.41% -
HSV(B) 22.87º 0.92% 0.77% -
XYZ 26.02 18.11 2.58 -
YUV 109.62 74.61 189.61 -
System Red Green Blue C M Y K H S L
Decimal 196 84 15 0 0.57 0.92 0.23 22.87 0.86 0.41
Hex C4 54 F 0 39 5C 17 17 56 29
Octal 304 124 17 0 71 134 27 27 126 51
Binary 11000100 1010100 1111 0 111001 1011100 10111 10111 1010110 101001

Color Harmonies of #C4540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4540F

Black with #C4540F

Text Example


Text Example

White with #C4540F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4540F; }

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

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

background-color css

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

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

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

border-color css

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

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

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