#C35A2D

Color #C35A2D Smoke Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoke Tree #C35A2D

Tints of Smoke Tree #C35A2D

Color information

#C35A2D (or 0xC35A2D) is unknown color: approx Smoke Tree. HEX triplet: C3, 5A and 2D. RGB value is (195,90,45). Sum of RGB (Red+Green+Blue) = 195+90+45=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35A2D is #3CA5D2. Grayscale: #747474. Windows color (decimal): -3974611 or 2972355. OLE color: 2972355.

HSL color Cylindrical-coordinate representation of color #C35A2D: hue angle of 18º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C35A2D is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB1959045-
CMYK00.540.770.24
HSL18º62.5%47.06%-
HSV(B)18º76.92%76.47%-
XYZ26.6419.14.77-
YUV116.2687.79184.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.09%
GREEN value IS 90 (35.55% from 255) = 27.27%
BLUE value IS 45 (17.97% from 255) = 13.64%
R=59.09%
G=27.27%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195904500.540.770.241862.547.06
HexC35A2D0364D18123e2f
Octal3031325506611530227657
Binary110000111011010101101011011010011011100010010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35A2D; }

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

 H1.HeaderClassName
 {
   color: #C35A2D;
 }
 .AnyTagClassName
 {
   color: #C35A2D;
 }
</style>
background-color css

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

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

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

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

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

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