#C05838

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

Shades of Smoke Tree #C05838

Tints of Smoke Tree #C05838

Color information

#C05838 (or 0xC05838) is unknown color: approx Smoke Tree. HEX triplet: C0, 58 and 38. RGB value is (192,88,56). Sum of RGB (Red+Green+Blue) = 192+88+56=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C05838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05838 is #3FA7C7. Grayscale: #737373. Windows color (decimal): -4171720 or 3692736. OLE color: 3692736.

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

Color convert

RGB1928856-
CMYK00.540.710.25
HSL14.12º54.84%48.63%-
HSV(B)14.12º70.83%75.29%-
XYZ25.9418.475.94-
YUV115.4594.46182.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.14%
GREEN value IS 88 (34.77% from 255) = 26.19%
BLUE value IS 56 (22.27% from 255) = 16.67%
R=57.14%
G=26.19%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192885600.540.710.2514.1254.8448.63
HexC058380364719e3731
Octal3001307006610731166761
Binary11000000101100011100001101101000111110011110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05838; }

 p { color: rgb(192,88,56); }

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

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

 a { background-color: rgb(192,88,56); }

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

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

 span { border-color: rgb(192,88,56); }

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