#C05B2D

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

Shades of Smoke Tree #C05B2D

Tints of Smoke Tree #C05B2D

Color information

#C05B2D (or 0xC05B2D) is unknown color: approx Smoke Tree. HEX triplet: C0, 5B and 2D. RGB value is (192,91,45). Sum of RGB (Red+Green+Blue) = 192+91+45=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05B2D is #3FA4D2. Grayscale: #747474. Windows color (decimal): -4170963 or 2972608. OLE color: 2972608.

HSL color Cylindrical-coordinate representation of color #C05B2D: hue angle of 18.78º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C05B2D is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB1929145-
CMYK00.530.770.25
HSL18.78º62.03%46.47%-
HSV(B)18.78º76.56%75.29%-
XYZ25.9518.884.76-
YUV115.9587.96182.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.54%
GREEN value IS 91 (35.94% from 255) = 27.74%
BLUE value IS 45 (17.97% from 255) = 13.72%
R=58.54%
G=27.74%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192914500.530.770.2518.7862.0346.47
HexC05B2D0354D19133e2e
Octal3001335506511531237656
Binary110000001011011101101011010110011011100110011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05B2D; }

 p { color: rgb(192,91,45); }

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

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

 a { background-color: rgb(192,91,45); }

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

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

 span { border-color: rgb(192,91,45); }

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