Html Css Color HEX #C35F11 Tenne (Tawny)

📋 copy color: '#C35F11'

red 195 ◦ green 95 ◦ blue 17

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

Shades of Tenne (Tawny) #C35F11

Tints of Tenne (Tawny) #C35F11

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.94%

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

R = 63.52%
G = 30.94%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C35F11 (or 0xC35F11) is known color: Tenne (Tawny). HEX triplet: C3, 5F and 11. RGB value is (195,95,17). Sum of RGB (Red+Green+Blue) = 195+95+17=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35F11 is #3CA0EE. Grayscale: #747474. Windows color (decimal): -3973359 or 1138627. OLE color: 1138627.

HSL color Cylindrical-coordinate representation of color #C35F11: hue angle of 26.29º 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 #C35F11 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 95 17 -
CMYK 0 0.51 0.91 0.24
HSL 26.29º 0.84% 0.42% -
HSV(B) 26.29º 0.91% 0.76% -
XYZ 26.7 19.83 2.95 -
YUV 116.01 72.13 184.34 -
System Red Green Blue C M Y K H S L
Decimal 195 95 17 0 0.51 0.91 0.24 26.29 0.84 0.42
Hex C3 5F 11 0 33 5B 18 1A 54 2A
Octal 303 137 21 0 63 133 30 32 124 52
Binary 11000011 1011111 10001 0 110011 1011011 11000 11010 1010100 101010

Color Harmonies of #C35F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F11

Black with #C35F11

Text Example


Text Example

White with #C35F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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