Html Css Color HEX #C35312 Tenne (Tawny)

📋 copy color: '#C35312'

red 195 ◦ green 83 ◦ blue 18

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

Shades of Tenne (Tawny) #C35312

Tints of Tenne (Tawny) #C35312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.04%

 BLUE value IS 18 (7.42% from 255) = 6.08%

R = 65.88%
G = 28.04%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C35312 (or 0xC35312) is known color: Tenne (Tawny). HEX triplet: C3, 53 and 12. RGB value is (195,83,18). Sum of RGB (Red+Green+Blue) = 195+83+18=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C35312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35312 is #3CACED. Grayscale: #6D6D6D. Windows color (decimal): -3976430 or 1201091. OLE color: 1201091.

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

Color convert

RGB 195 83 18 -
CMYK 0 0.57 0.91 0.24
HSL 22.03º 0.83% 0.42% -
HSV(B) 22.03º 0.91% 0.76% -
XYZ 25.71 17.83 2.66 -
YUV 109.08 76.61 189.29 -
System Red Green Blue C M Y K H S L
Decimal 195 83 18 0 0.57 0.91 0.24 22.03 0.83 0.42
Hex C3 53 12 0 39 5B 18 16 53 2A
Octal 303 123 22 0 71 133 30 26 123 52
Binary 11000011 1010011 10010 0 111001 1011011 11000 10110 1010011 101010

Color Harmonies of #C35312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35312

Black with #C35312

Text Example


Text Example

White with #C35312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35312; }

 p { color: rgb(195,83,18); }

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

background-color css

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

 a { background-color: rgb(195,83,18); }

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

border-color css

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

 span { border-color: rgb(195,83,18); }

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