Html Css Color HEX #C35C04 Tenne (Tawny)

📋 copy color: '#C35C04'

red 195 ◦ green 92 ◦ blue 4

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

Shades of Tenne (Tawny) #C35C04

Tints of Tenne (Tawny) #C35C04

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.62%

 BLUE value IS 4 (1.95% from 255) = 1.37%

R = 67.01%
G = 31.62%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C35C04 (or 0xC35C04) is known color: Tenne (Tawny). HEX triplet: C3, 5C and 04. RGB value is (195,92,4). Sum of RGB (Red+Green+Blue) = 195+92+4=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35C04 is #3CA3FB. Grayscale: #717171. Windows color (decimal): -3974140 or 285891. OLE color: 285891.

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

Color convert

RGB 195 92 4 -
CMYK 0 0.53 0.98 0.24
HSL 27.64º 0.96% 0.39% -
HSV(B) 27.64º 0.98% 0.76% -
XYZ 26.35 19.27 2.44 -
YUV 112.77 66.62 186.66 -
System Red Green Blue C M Y K H S L
Decimal 195 92 4 0 0.53 0.98 0.24 27.64 0.96 0.39
Hex C3 5C 4 0 35 62 18 1C 60 27
Octal 303 134 4 0 65 142 30 34 140 47
Binary 11000011 1011100 100 0 110101 1100010 11000 11100 1100000 100111

Color Harmonies of #C35C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35C04

Black with #C35C04

Text Example


Text Example

White with #C35C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35C04; }

 p { color: rgb(195,92,4); }

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

background-color css

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

 a { background-color: rgb(195,92,4); }

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

border-color css

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

 span { border-color: rgb(195,92,4); }

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