Html Css Color HEX #C35800 Tenne (Tawny)

📋 copy color: '#C35800'

red 195 ◦ green 88 ◦ blue 0

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

Shades of Tenne (Tawny) #C35800

Tints of Tenne (Tawny) #C35800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.1%

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

R = 68.9%
G = 31.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C35800 (or 0xC35800) is known color: Tenne (Tawny). HEX triplet: C3, 58 and 00. RGB value is (195,88,0). Sum of RGB (Red+Green+Blue) = 195+88+0=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C35800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35800 is #3CA7FF. Grayscale: #6E6E6E. Windows color (decimal): -3975168 or 22723. OLE color: 22723.

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

Color convert

RGB 195 88 0 -
CMYK 0 0.55 1 0.24
HSL 27.08º 1% 0.38% -
HSV(B) 27.08º 1% 0.76% -
XYZ 26 18.58 2.22 -
YUV 109.96 65.95 188.66 -
System Red Green Blue C M Y K H S L
Decimal 195 88 0 0 0.55 1 0.24 27.08 1 0.38
Hex C3 58 0 0 37 64 18 1B 64 26
Octal 303 130 0 0 67 144 30 33 144 46
Binary 11000011 1011000 0 0 110111 1100100 11000 11011 1100100 100110

Color Harmonies of #C35800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35800

Black with #C35800

Text Example


Text Example

White with #C35800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35800; }

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

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

background-color css

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

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

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

border-color css

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

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

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