Html Css Color HEX #C35400 Tenne (Tawny)

📋 copy color: '#C35400'

red 195 ◦ green 84 ◦ blue 0

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

Shades of Tenne (Tawny) #C35400

Tints of Tenne (Tawny) #C35400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.89%
G = 30.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C35400 (or 0xC35400) is known color: Tenne (Tawny). HEX triplet: C3, 54 and 00. RGB value is (195,84,0). Sum of RGB (Red+Green+Blue) = 195+84+0=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C35400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35400 is #3CABFF. Grayscale: #6C6C6C. Windows color (decimal): -3976192 or 21699. OLE color: 21699.

HSL color Cylindrical-coordinate representation of color #C35400: hue angle of 25.85º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C35400 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 84 0 -
CMYK 0 0.57 1 0.24
HSL 25.85º 1% 0.38% -
HSV(B) 25.85º 1% 0.76% -
XYZ 25.68 17.94 2.11 -
YUV 107.61 67.27 190.33 -
System Red Green Blue C M Y K H S L
Decimal 195 84 0 0 0.57 1 0.24 25.85 1 0.38
Hex C3 54 0 0 39 64 18 1A 64 26
Octal 303 124 0 0 71 144 30 32 144 46
Binary 11000011 1010100 0 0 111001 1100100 11000 11010 1100100 100110

Color Harmonies of #C35400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35400

Black with #C35400

Text Example


Text Example

White with #C35400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35400; }

 p { color: rgb(195,84,0); }

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

background-color css

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

 a { background-color: rgb(195,84,0); }

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

border-color css

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

 span { border-color: rgb(195,84,0); }

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