#C16338

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

Shades of Smoke Tree #C16338

Tints of Smoke Tree #C16338

Color information

#C16338 (or 0xC16338) is unknown color: approx Smoke Tree. HEX triplet: C1, 63 and 38. RGB value is (193,99,56). Sum of RGB (Red+Green+Blue) = 193+99+56=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C16338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16338 is #3E9CC7. Grayscale: #7A7A7A. Windows color (decimal): -4103368 or 3695553. OLE color: 3695553.

HSL color Cylindrical-coordinate representation of color #C16338: hue angle of 18.83º 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 #C16338 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB1939956-
CMYK00.490.710.24
HSL18.83º55.02%48.82%-
HSV(B)18.83º70.98%75.69%-
XYZ27.1720.556.28-
YUV122.290.64178.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.46%
GREEN value IS 99 (39.06% from 255) = 28.45%
BLUE value IS 56 (22.27% from 255) = 16.09%
R=55.46%
G=28.45%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193995600.490.710.2418.8355.0248.82
HexC163380314718133731
Octal3011437006110730236761
Binary110000011100011111000011000110001111100010011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16338; }

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

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

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

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

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

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

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

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