Html Css Color HEX #C15A31 Smoke Tree

📋 copy color: '#C15A31'

red 193 ◦ green 90 ◦ blue 49

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

Shades of Smoke Tree #C15A31

Tints of Smoke Tree #C15A31

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.11%

 BLUE value IS 49 (19.53% from 255) = 14.76%

R = 58.13%
G = 27.11%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C15A31 (or 0xC15A31) is known color: Smoke Tree. HEX triplet: C1, 5A and 31. RGB value is (193,90,49). Sum of RGB (Red+Green+Blue) = 193+90+49=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15A31 is #3EA5CE. Grayscale: #747474. Windows color (decimal): -4105679 or 3234497. OLE color: 3234497.

HSL color Cylindrical-coordinate representation of color #C15A31: hue angle of 17.08º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C15A31 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 90 49 -
CMYK 0 0.53 0.75 0.24
HSL 17.08º 0.6% 0.47% -
HSV(B) 17.08º 0.75% 0.76% -
XYZ 26.2 18.87 5.17 -
YUV 116.12 90.12 182.83 -
System Red Green Blue C M Y K H S L
Decimal 193 90 49 0 0.53 0.75 0.24 17.08 0.6 0.47
Hex C1 5A 31 0 35 4B 18 11 3C 2F
Octal 301 132 61 0 65 113 30 21 74 57
Binary 11000001 1011010 110001 0 110101 1001011 11000 10001 111100 101111

Color Harmonies of #C15A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15A31

Black with #C15A31

Text Example


Text Example

White with #C15A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15A31; }

 p { color: rgb(193,90,49); }

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

background-color css

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

 a { background-color: rgb(193,90,49); }

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

border-color css

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

 span { border-color: rgb(193,90,49); }

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