#C35C2E

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

Shades of Smoke Tree #C35C2E

Tints of Smoke Tree #C35C2E

Color information

#C35C2E (or 0xC35C2E) is unknown color: approx Smoke Tree. HEX triplet: C3, 5C and 2E. RGB value is (195,92,46). Sum of RGB (Red+Green+Blue) = 195+92+46=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35C2E is #3CA3D1. Grayscale: #757575. Windows color (decimal): -3974098 or 3038403. OLE color: 3038403.

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

Color convert

RGB1959246-
CMYK00.530.760.24
HSL18.52º61.83%47.25%-
HSV(B)18.52º76.41%76.47%-
XYZ26.8319.454.93-
YUV117.5587.62183.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.56%
GREEN value IS 92 (36.33% from 255) = 27.63%
BLUE value IS 46 (18.36% from 255) = 13.81%
R=58.56%
G=27.63%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195924600.530.760.2418.5261.8347.25
HexC35C2E0354C18133e2f
Octal3031345606511430237657
Binary110000111011100101110011010110011001100010011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35C2E; }

 p { color: rgb(195,92,46); }

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

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

 a { background-color: rgb(195,92,46); }

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

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

 span { border-color: rgb(195,92,46); }

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