Html Css Color HEX #C3530F Tenne (Tawny)

📋 copy color: '#C3530F'

red 195 ◦ green 83 ◦ blue 15

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

Shades of Tenne (Tawny) #C3530F

Tints of Tenne (Tawny) #C3530F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.33%

 BLUE value IS 15 (6.25% from 255) = 5.12%

R = 66.55%
G = 28.33%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3530F (or 0xC3530F) is known color: Tenne (Tawny). HEX triplet: C3, 53 and 0F. RGB value is (195,83,15). Sum of RGB (Red+Green+Blue) = 195+83+15=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C3530F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3530F is #3CACF0. Grayscale: #6D6D6D. Windows color (decimal): -3976433 or 1004483. OLE color: 1004483.

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

Color convert

RGB 195 83 15 -
CMYK 0 0.57 0.92 0.24
HSL 22.67º 0.86% 0.41% -
HSV(B) 22.67º 0.92% 0.76% -
XYZ 25.69 17.82 2.54 -
YUV 108.74 75.11 189.53 -
System Red Green Blue C M Y K H S L
Decimal 195 83 15 0 0.57 0.92 0.24 22.67 0.86 0.41
Hex C3 53 F 0 39 5C 18 17 56 29
Octal 303 123 17 0 71 134 30 27 126 51
Binary 11000011 1010011 1111 0 111001 1011100 11000 10111 1010110 101001

Color Harmonies of #C3530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3530F

Black with #C3530F

Text Example


Text Example

White with #C3530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3530F; }

 p { color: rgb(195,83,15); }

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

background-color css

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

 a { background-color: rgb(195,83,15); }

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

border-color css

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

 span { border-color: rgb(195,83,15); }

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