Html Css Color HEX #C35A00 Tenne (Tawny)

📋 copy color: '#C35A00'

red 195 ◦ green 90 ◦ blue 0

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

Shades of Tenne (Tawny) #C35A00

Tints of Tenne (Tawny) #C35A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.58%

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

R = 68.42%
G = 31.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C35A00 (or 0xC35A00) is known color: Tenne (Tawny). HEX triplet: C3, 5A and 00. RGB value is (195,90,0). Sum of RGB (Red+Green+Blue) = 195+90+0=285 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.42% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35A00 is #3CA5FF. Grayscale: #6F6F6F. Windows color (decimal): -3974656 or 23235. OLE color: 23235.

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

Color convert

RGB 195 90 0 -
CMYK 0 0.54 1 0.24
HSL 27.69º 1% 0.38% -
HSV(B) 27.69º 1% 0.76% -
XYZ 26.16 18.91 2.27 -
YUV 111.14 65.29 187.82 -
System Red Green Blue C M Y K H S L
Decimal 195 90 0 0 0.54 1 0.24 27.69 1 0.38
Hex C3 5A 0 0 36 64 18 1C 64 26
Octal 303 132 0 0 66 144 30 34 144 46
Binary 11000011 1011010 0 0 110110 1100100 11000 11100 1100100 100110

Color Harmonies of #C35A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35A00

Black with #C35A00

Text Example


Text Example

White with #C35A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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