#C0582B

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

Shades of Smoke Tree #C0582B

Tints of Smoke Tree #C0582B

Color information

#C0582B (or 0xC0582B) is unknown color: approx Smoke Tree. HEX triplet: C0, 58 and 2B. RGB value is (192,88,43). Sum of RGB (Red+Green+Blue) = 192+88+43=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C0582B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0582B is #3FA7D4. Grayscale: #727272. Windows color (decimal): -4171733 or 2840768. OLE color: 2840768.

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

Color convert

RGB1928843-
CMYK00.540.780.25
HSL18.12º63.4%46.08%-
HSV(B)18.12º77.6%75.29%-
XYZ25.6618.364.48-
YUV113.9787.96183.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.44%
GREEN value IS 88 (34.77% from 255) = 27.24%
BLUE value IS 43 (17.19% from 255) = 13.31%
R=59.44%
G=27.24%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192884300.540.780.2518.1263.446.08
HexC0582B0364E19123f2e
Octal3001305306611631227756
Binary110000001011000101011011011010011101100110010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0582B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0582B; }

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

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

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

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

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

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

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

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