Html Css Color HEX #C15D34 Smoke Tree

📋 copy color: '#C15D34'

red 193 ◦ green 93 ◦ blue 52

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

Shades of Smoke Tree #C15D34

Tints of Smoke Tree #C15D34

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.51%

 BLUE value IS 52 (20.7% from 255) = 15.38%

R = 57.1%
G = 27.51%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C15D34 (or 0xC15D34) is known color: Smoke Tree. HEX triplet: C1, 5D and 34. RGB value is (193,93,52). Sum of RGB (Red+Green+Blue) = 193+93+52=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15D34 is #3EA2CB. Grayscale: #767676. Windows color (decimal): -4104908 or 3431873. OLE color: 3431873.

HSL color Cylindrical-coordinate representation of color #C15D34: hue angle of 17.45º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C15D34 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 93 52 -
CMYK 0 0.52 0.73 0.24
HSL 17.45º 0.58% 0.48% -
HSV(B) 17.45º 0.73% 0.76% -
XYZ 26.53 19.41 5.6 -
YUV 118.23 90.63 181.33 -
System Red Green Blue C M Y K H S L
Decimal 193 93 52 0 0.52 0.73 0.24 17.45 0.58 0.48
Hex C1 5D 34 0 34 49 18 11 3A 30
Octal 301 135 64 0 64 111 30 21 72 60
Binary 11000001 1011101 110100 0 110100 1001001 11000 10001 111010 110000

Color Harmonies of #C15D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15D34

Black with #C15D34

Text Example


Text Example

White with #C15D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15D34; }

 p { color: rgb(193,93,52); }

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

background-color css

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

 a { background-color: rgb(193,93,52); }

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

border-color css

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

 span { border-color: rgb(193,93,52); }

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