Html Css Color HEX #C3540C Tenne (Tawny)

📋 copy color: '#C3540C'

red 195 ◦ green 84 ◦ blue 12

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

Shades of Tenne (Tawny) #C3540C

Tints of Tenne (Tawny) #C3540C

RGB

 RED value IS 195 (76.56% from 255) = 67.01%

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

 BLUE value IS 12 (5.08% from 255) = 4.12%

R = 67.01%
G = 28.87%
B = 4.12%

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

#C3540C (or 0xC3540C) is known color: Tenne (Tawny). HEX triplet: C3, 54 and 0C. RGB value is (195,84,12). Sum of RGB (Red+Green+Blue) = 195+84+12=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C3540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3540C is #3CABF3. Grayscale: #6D6D6D. Windows color (decimal): -3976180 or 808131. OLE color: 808131.

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

Color convert

RGB 195 84 12 -
CMYK 0 0.57 0.94 0.24
HSL 23.61º 0.88% 0.41% -
HSV(B) 23.61º 0.94% 0.76% -
XYZ 25.74 17.97 2.46 -
YUV 108.98 73.27 189.35 -
System Red Green Blue C M Y K H S L
Decimal 195 84 12 0 0.57 0.94 0.24 23.61 0.88 0.41
Hex C3 54 C 0 39 5E 18 18 58 29
Octal 303 124 14 0 71 136 30 30 130 51
Binary 11000011 1010100 1100 0 111001 1011110 11000 11000 1011000 101001

Color Harmonies of #C3540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3540C

Black with #C3540C

Text Example


Text Example

White with #C3540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3540C; }

 p { color: rgb(195,84,12); }

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

background-color css

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

 a { background-color: rgb(195,84,12); }

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

border-color css

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

 span { border-color: rgb(195,84,12); }

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