Html Css Color HEX #C2540B Tenne (Tawny)

📋 copy color: '#C2540B'

red 194 ◦ green 84 ◦ blue 11

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

Shades of Tenne (Tawny) #C2540B

Tints of Tenne (Tawny) #C2540B

RGB

 RED value IS 194 (76.17% from 255) = 67.13%

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

 BLUE value IS 11 (4.69% from 255) = 3.81%

R = 67.13%
G = 29.07%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2540B (or 0xC2540B) is known color: Tenne (Tawny). HEX triplet: C2, 54 and 0B. RGB value is (194,84,11). Sum of RGB (Red+Green+Blue) = 194+84+11=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C2540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2540B is #3DABF4. Grayscale: #6C6C6C. Windows color (decimal): -4041717 or 742594. OLE color: 742594.

HSL color Cylindrical-coordinate representation of color #C2540B: hue angle of 23.93º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2540B is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 84 11 -
CMYK 0 0.57 0.94 0.24
HSL 23.93º 0.89% 0.4% -
HSV(B) 23.93º 0.94% 0.76% -
XYZ 25.48 17.83 2.42 -
YUV 108.57 72.94 188.94 -
System Red Green Blue C M Y K H S L
Decimal 194 84 11 0 0.57 0.94 0.24 23.93 0.89 0.4
Hex C2 54 B 0 39 5E 18 18 59 28
Octal 302 124 13 0 71 136 30 30 131 50
Binary 11000010 1010100 1011 0 111001 1011110 11000 11000 1011001 101000

Color Harmonies of #C2540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2540B

Black with #C2540B

Text Example


Text Example

White with #C2540B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2540B; }

 p { color: rgb(194,84,11); }

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

background-color css

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

 a { background-color: rgb(194,84,11); }

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

border-color css

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

 span { border-color: rgb(194,84,11); }

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