Html Css Color HEX #C35607 Tenne (Tawny)

📋 copy color: '#C35607'

red 195 ◦ green 86 ◦ blue 7

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

Shades of Tenne (Tawny) #C35607

Tints of Tenne (Tawny) #C35607

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.86%

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

R = 67.71%
G = 29.86%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C35607 (or 0xC35607) is known color: Tenne (Tawny). HEX triplet: C3, 56 and 07. RGB value is (195,86,7). Sum of RGB (Red+Green+Blue) = 195+86+7=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 7 (3.12% from 255 or 2.43% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C35607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35607 is #3CA9F8. Grayscale: #6E6E6E. Windows color (decimal): -3975673 or 480963. OLE color: 480963.

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

Color convert

RGB 195 86 7 -
CMYK 0 0.56 0.96 0.24
HSL 25.21º 0.93% 0.4% -
HSV(B) 25.21º 0.96% 0.76% -
XYZ 25.87 18.27 2.36 -
YUV 109.59 70.11 188.92 -
System Red Green Blue C M Y K H S L
Decimal 195 86 7 0 0.56 0.96 0.24 25.21 0.93 0.4
Hex C3 56 7 0 38 60 18 19 5D 28
Octal 303 126 7 0 70 140 30 31 135 50
Binary 11000011 1010110 111 0 111000 1100000 11000 11001 1011101 101000

Color Harmonies of #C35607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35607

Black with #C35607

Text Example


Text Example

White with #C35607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35607; }

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

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

background-color css

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

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

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

border-color css

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

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

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