Html Css Color HEX #C4540A Tenne (Tawny)

📋 copy color: '#C4540A'

red 196 ◦ green 84 ◦ blue 10

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

Shades of Tenne (Tawny) #C4540A

Tints of Tenne (Tawny) #C4540A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.45%

R = 67.59%
G = 28.97%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C4540A (or 0xC4540A) is known color: Tenne (Tawny). HEX triplet: C4, 54 and 0A. RGB value is (196,84,10). Sum of RGB (Red+Green+Blue) = 196+84+10=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C4540A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4540A is #3BABF5. Grayscale: #6D6D6D. Windows color (decimal): -3910646 or 677060. OLE color: 677060.

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

Color convert

RGB 196 84 10 -
CMYK 0 0.57 0.95 0.23
HSL 23.87º 0.9% 0.4% -
HSV(B) 23.87º 0.95% 0.77% -
XYZ 25.99 18.1 2.41 -
YUV 109.05 72.11 190.02 -
System Red Green Blue C M Y K H S L
Decimal 196 84 10 0 0.57 0.95 0.23 23.87 0.9 0.4
Hex C4 54 A 0 39 5F 17 18 5A 28
Octal 304 124 12 0 71 137 27 30 132 50
Binary 11000100 1010100 1010 0 111001 1011111 10111 11000 1011010 101000

Color Harmonies of #C4540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4540A

Black with #C4540A

Text Example


Text Example

White with #C4540A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4540A; }

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

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

background-color css

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

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

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

border-color css

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

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

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