Html Css Color HEX #C15628 Smoke Tree

📋 copy color: '#C15628'

red 193 ◦ green 86 ◦ blue 40

#C15628
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smoke Tree #C15628

Tints of Smoke Tree #C15628

RGB

 RED value IS 193 (75.78% from 255) = 60.5%

 GREEN value IS 86 (33.98% from 255) = 26.96%

 BLUE value IS 40 (16.02% from 255) = 12.54%

R = 60.5%
G = 26.96%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C15628 (or 0xC15628) is known color: Smoke Tree. HEX triplet: C1, 56 and 28. RGB value is (193,86,40). Sum of RGB (Red+Green+Blue) = 193+86+40=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C15628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15628 is #3EA9D7. Grayscale: #717171. Windows color (decimal): -4106712 or 2643649. OLE color: 2643649.

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

Color convert

RGB 193 86 40 -
CMYK 0 0.55 0.79 0.24
HSL 18.04º 0.66% 0.46% -
HSV(B) 18.04º 0.79% 0.76% -
XYZ 25.7 18.15 4.16 -
YUV 112.75 86.95 185.24 -
System Red Green Blue C M Y K H S L
Decimal 193 86 40 0 0.55 0.79 0.24 18.04 0.66 0.46
Hex C1 56 28 0 37 4F 18 12 42 2E
Octal 301 126 50 0 67 117 30 22 102 56
Binary 11000001 1010110 101000 0 110111 1001111 11000 10010 1000010 101110

Color Harmonies of #C15628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15628

Black with #C15628

Text Example


Text Example

White with #C15628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15628; }

 p { color: rgb(193,86,40); }

 H1.HeaderClassName
 {
   color: #C15628;
 }
 .AnyTagClassName
 {
   color: #C15628;
 }
</style>

background-color css

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

 a { background-color: rgb(193,86,40); }

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

border-color css

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

 span { border-color: rgb(193,86,40); }

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