Html Css Color HEX #C0540B Tenne (Tawny)

📋 copy color: '#C0540B'

red 192 ◦ green 84 ◦ blue 11

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

Shades of Tenne (Tawny) #C0540B

Tints of Tenne (Tawny) #C0540B

RGB

 RED value IS 192 (75.39% from 255) = 66.9%

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

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

R = 66.9%
G = 29.27%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0540B (or 0xC0540B) is known color: Tenne (Tawny). HEX triplet: C0, 54 and 0B. RGB value is (192,84,11). Sum of RGB (Red+Green+Blue) = 192+84+11=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C0540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0540B is #3FABF4. Grayscale: #6C6C6C. Windows color (decimal): -4172789 or 742592. OLE color: 742592.

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

Color convert

RGB 192 84 11 -
CMYK 0 0.56 0.94 0.25
HSL 24.2º 0.89% 0.4% -
HSV(B) 24.2º 0.94% 0.75% -
XYZ 24.97 17.57 2.39 -
YUV 107.97 73.28 187.94 -
System Red Green Blue C M Y K H S L
Decimal 192 84 11 0 0.56 0.94 0.25 24.2 0.89 0.4
Hex C0 54 B 0 38 5E 19 18 59 28
Octal 300 124 13 0 70 136 31 30 131 50
Binary 11000000 1010100 1011 0 111000 1011110 11001 11000 1011001 101000

Color Harmonies of #C0540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0540B

Black with #C0540B

Text Example


Text Example

White with #C0540B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0540B; }

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

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

background-color css

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

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

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

border-color css

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

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

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