#C35A31

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

Shades of Smoke Tree #C35A31

Tints of Smoke Tree #C35A31

Color information

#C35A31 (or 0xC35A31) is unknown color: approx Smoke Tree. HEX triplet: C3, 5A and 31. RGB value is (195,90,49). Sum of RGB (Red+Green+Blue) = 195+90+49=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35A31 is #3CA5CE. Grayscale: #747474. Windows color (decimal): -3974607 or 3234499. OLE color: 3234499.

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

Color convert

RGB1959049-
CMYK00.540.750.24
HSL16.85º59.84%47.84%-
HSV(B)16.85º74.87%76.47%-
XYZ26.7219.145.19-
YUV116.7289.79183.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.38%
GREEN value IS 90 (35.55% from 255) = 26.95%
BLUE value IS 49 (19.53% from 255) = 14.67%
R=58.38%
G=26.95%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195904900.540.750.2416.8559.8447.84
HexC35A310364B18113c30
Octal3031326106611330217460
Binary110000111011010110001011011010010111100010001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35A31; }

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

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

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

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

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

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

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

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