#C16538

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

Shades of Smoke Tree #C16538

Tints of Smoke Tree #C16538

Color information

#C16538 (or 0xC16538) is unknown color: approx Smoke Tree. HEX triplet: C1, 65 and 38. RGB value is (193,101,56). Sum of RGB (Red+Green+Blue) = 193+101+56=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C16538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16538 is #3E9AC7. Grayscale: #7B7B7B. Windows color (decimal): -4102856 or 3696065. OLE color: 3696065.

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

Color convert

RGB19310156-
CMYK00.480.710.24
HSL19.71º55.02%48.82%-
HSV(B)19.71º70.98%75.69%-
XYZ27.3620.936.34-
YUV123.3889.98177.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.14%
GREEN value IS 101 (39.84% from 255) = 28.86%
BLUE value IS 56 (22.27% from 255) = 16%
R=55.14%
G=28.86%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931015600.480.710.2419.7155.0248.82
HexC165380304718143731
Octal3011457006010730246761
Binary110000011100101111000011000010001111100010100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16538; }

 p { color: rgb(193,101,56); }

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

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

 a { background-color: rgb(193,101,56); }

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

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

 span { border-color: rgb(193,101,56); }

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