Html Css Color HEX #C35507 Tenne (Tawny)

📋 copy color: '#C35507'

red 195 ◦ green 85 ◦ blue 7

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

Shades of Tenne (Tawny) #C35507

Tints of Tenne (Tawny) #C35507

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.62%

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

R = 67.94%
G = 29.62%
B = 2.44%

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

#C35507 (or 0xC35507) is known color: Tenne (Tawny). HEX triplet: C3, 55 and 07. RGB value is (195,85,7). Sum of RGB (Red+Green+Blue) = 195+85+7=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C35507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35507 is #3CAAF8. Grayscale: #6D6D6D. Windows color (decimal): -3975929 or 480707. OLE color: 480707.

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

Color convert

RGB 195 85 7 -
CMYK 0 0.56 0.96 0.24
HSL 24.89º 0.93% 0.4% -
HSV(B) 24.89º 0.96% 0.76% -
XYZ 25.79 18.11 2.34 -
YUV 109 70.44 189.34 -
System Red Green Blue C M Y K H S L
Decimal 195 85 7 0 0.56 0.96 0.24 24.89 0.93 0.4
Hex C3 55 7 0 38 60 18 19 5D 28
Octal 303 125 7 0 70 140 30 31 135 50
Binary 11000011 1010101 111 0 111000 1100000 11000 11001 1011101 101000

Color Harmonies of #C35507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35507

Black with #C35507

Text Example


Text Example

White with #C35507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35507; }

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

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

background-color css

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

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

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

border-color css

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

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

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