Html Css Color HEX #C3550E Tenne (Tawny)

📋 copy color: '#C3550E'

red 195 ◦ green 85 ◦ blue 14

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

Shades of Tenne (Tawny) #C3550E

Tints of Tenne (Tawny) #C3550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.91%

 BLUE value IS 14 (5.86% from 255) = 4.76%

R = 66.33%
G = 28.91%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3550E (or 0xC3550E) is known color: Tenne (Tawny). HEX triplet: C3, 55 and 0E. RGB value is (195,85,14). Sum of RGB (Red+Green+Blue) = 195+85+14=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C3550E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3550E is #3CAAF1. Grayscale: #6E6E6E. Windows color (decimal): -3975922 or 939459. OLE color: 939459.

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

Color convert

RGB 195 85 14 -
CMYK 0 0.56 0.93 0.24
HSL 23.54º 0.87% 0.41% -
HSV(B) 23.54º 0.93% 0.76% -
XYZ 25.83 18.13 2.55 -
YUV 109.8 73.94 188.77 -
System Red Green Blue C M Y K H S L
Decimal 195 85 14 0 0.56 0.93 0.24 23.54 0.87 0.41
Hex C3 55 E 0 38 5D 18 18 57 29
Octal 303 125 16 0 70 135 30 30 127 51
Binary 11000011 1010101 1110 0 111000 1011101 11000 11000 1010111 101001

Color Harmonies of #C3550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3550E

Black with #C3550E

Text Example


Text Example

White with #C3550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3550E; }

 p { color: rgb(195,85,14); }

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

background-color css

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

 a { background-color: rgb(195,85,14); }

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

border-color css

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

 span { border-color: rgb(195,85,14); }

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