Html Css Color HEX #C35E07 Tenne (Tawny)

📋 copy color: '#C35E07'

red 195 ◦ green 94 ◦ blue 7

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

Shades of Tenne (Tawny) #C35E07

Tints of Tenne (Tawny) #C35E07

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.76%

 BLUE value IS 7 (3.13% from 255) = 2.36%

R = 65.88%
G = 31.76%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C35E07 (or 0xC35E07) is known color: Tenne (Tawny). HEX triplet: C3, 5E and 07. RGB value is (195,94,7). Sum of RGB (Red+Green+Blue) = 195+94+7=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 7 (3.12% from 255 or 2.36% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35E07 is #3CA1F8. Grayscale: #727272. Windows color (decimal): -3973625 or 483011. OLE color: 483011.

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

Color convert

RGB 195 94 7 -
CMYK 0 0.52 0.96 0.24
HSL 27.77º 0.93% 0.4% -
HSV(B) 27.77º 0.96% 0.76% -
XYZ 26.55 19.62 2.59 -
YUV 114.28 67.46 185.57 -
System Red Green Blue C M Y K H S L
Decimal 195 94 7 0 0.52 0.96 0.24 27.77 0.93 0.4
Hex C3 5E 7 0 34 60 18 1C 5D 28
Octal 303 136 7 0 64 140 30 34 135 50
Binary 11000011 1011110 111 0 110100 1100000 11000 11100 1011101 101000

Color Harmonies of #C35E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35E07

Black with #C35E07

Text Example


Text Example

White with #C35E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35E07; }

 p { color: rgb(195,94,7); }

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

background-color css

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

 a { background-color: rgb(195,94,7); }

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

border-color css

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

 span { border-color: rgb(195,94,7); }

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