Html Css Color HEX #C35C11 Tenne (Tawny)

📋 copy color: '#C35C11'

red 195 ◦ green 92 ◦ blue 17

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

Shades of Tenne (Tawny) #C35C11

Tints of Tenne (Tawny) #C35C11

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.26%

 BLUE value IS 17 (7.03% from 255) = 5.59%

R = 64.14%
G = 30.26%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C35C11 (or 0xC35C11) is known color: Tenne (Tawny). HEX triplet: C3, 5C and 11. RGB value is (195,92,17). Sum of RGB (Red+Green+Blue) = 195+92+17=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35C11 is #3CA3EE. Grayscale: #727272. Windows color (decimal): -3974127 or 1137859. OLE color: 1137859.

HSL color Cylindrical-coordinate representation of color #C35C11: hue angle of 25.28º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C35C11 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 92 17 -
CMYK 0 0.53 0.91 0.24
HSL 25.28º 0.84% 0.42% -
HSV(B) 25.28º 0.91% 0.76% -
XYZ 26.43 19.3 2.86 -
YUV 114.25 73.12 185.6 -
System Red Green Blue C M Y K H S L
Decimal 195 92 17 0 0.53 0.91 0.24 25.28 0.84 0.42
Hex C3 5C 11 0 35 5B 18 19 54 2A
Octal 303 134 21 0 65 133 30 31 124 52
Binary 11000011 1011100 10001 0 110101 1011011 11000 11001 1010100 101010

Color Harmonies of #C35C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35C11

Black with #C35C11

Text Example


Text Example

White with #C35C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35C11; }

 p { color: rgb(195,92,17); }

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

background-color css

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

 a { background-color: rgb(195,92,17); }

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

border-color css

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

 span { border-color: rgb(195,92,17); }

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