Html Css Color HEX #C35B0D Tenne (Tawny)

📋 copy color: '#C35B0D'

red 195 ◦ green 91 ◦ blue 13

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

Shades of Tenne (Tawny) #C35B0D

Tints of Tenne (Tawny) #C35B0D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.43%

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

R = 65.22%
G = 30.43%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C35B0D (or 0xC35B0D) is known color: Tenne (Tawny). HEX triplet: C3, 5B and 0D. RGB value is (195,91,13). Sum of RGB (Red+Green+Blue) = 195+91+13=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C35B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35B0D is #3CA4F2. Grayscale: #717171. Windows color (decimal): -3974387 or 875459. OLE color: 875459.

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

Color convert

RGB 195 91 13 -
CMYK 0 0.53 0.93 0.24
HSL 25.71º 0.88% 0.41% -
HSV(B) 25.71º 0.93% 0.76% -
XYZ 26.32 19.11 2.68 -
YUV 113.2 71.46 186.34 -
System Red Green Blue C M Y K H S L
Decimal 195 91 13 0 0.53 0.93 0.24 25.71 0.88 0.41
Hex C3 5B D 0 35 5D 18 1A 58 29
Octal 303 133 15 0 65 135 30 32 130 51
Binary 11000011 1011011 1101 0 110101 1011101 11000 11010 1011000 101001

Color Harmonies of #C35B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35B0D

Black with #C35B0D

Text Example


Text Example

White with #C35B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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