Html Css Color HEX #C35D0D Tenne (Tawny)

📋 copy color: '#C35D0D'

red 195 ◦ green 93 ◦ blue 13

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

Shades of Tenne (Tawny) #C35D0D

Tints of Tenne (Tawny) #C35D0D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.9%

 BLUE value IS 13 (5.47% from 255) = 4.32%

R = 64.78%
G = 30.9%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C35D0D (or 0xC35D0D) is known color: Tenne (Tawny). HEX triplet: C3, 5D and 0D. RGB value is (195,93,13). Sum of RGB (Red+Green+Blue) = 195+93+13=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35D0D is #3CA2F2. Grayscale: #727272. Windows color (decimal): -3973875 or 875971. OLE color: 875971.

HSL color Cylindrical-coordinate representation of color #C35D0D: hue angle of 26.37º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C35D0D is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 93 13 -
CMYK 0 0.52 0.93 0.24
HSL 26.37º 0.88% 0.41% -
HSV(B) 26.37º 0.93% 0.76% -
XYZ 26.49 19.46 2.74 -
YUV 114.38 70.79 185.5 -
System Red Green Blue C M Y K H S L
Decimal 195 93 13 0 0.52 0.93 0.24 26.37 0.88 0.41
Hex C3 5D D 0 34 5D 18 1A 58 29
Octal 303 135 15 0 64 135 30 32 130 51
Binary 11000011 1011101 1101 0 110100 1011101 11000 11010 1011000 101001

Color Harmonies of #C35D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35D0D

Black with #C35D0D

Text Example


Text Example

White with #C35D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35D0D; }

 p { color: rgb(195,93,13); }

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

background-color css

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

 a { background-color: rgb(195,93,13); }

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

border-color css

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

 span { border-color: rgb(195,93,13); }

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