Html Css Color HEX #C15B2F Smoke Tree

📋 copy color: '#C15B2F'

red 193 ◦ green 91 ◦ blue 47

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

Shades of Smoke Tree #C15B2F

Tints of Smoke Tree #C15B2F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.49%

 BLUE value IS 47 (18.75% from 255) = 14.2%

R = 58.31%
G = 27.49%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C15B2F (or 0xC15B2F) is known color: Smoke Tree. HEX triplet: C1, 5B and 2F. RGB value is (193,91,47). Sum of RGB (Red+Green+Blue) = 193+91+47=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15B2F is #3EA4D0. Grayscale: #747474. Windows color (decimal): -4105425 or 3103681. OLE color: 3103681.

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

Color convert

RGB 193 91 47 -
CMYK 0 0.53 0.76 0.24
HSL 18.08º 0.61% 0.47% -
HSV(B) 18.08º 0.76% 0.76% -
XYZ 26.25 19.02 4.98 -
YUV 116.48 88.79 182.58 -
System Red Green Blue C M Y K H S L
Decimal 193 91 47 0 0.53 0.76 0.24 18.08 0.61 0.47
Hex C1 5B 2F 0 35 4C 18 12 3D 2F
Octal 301 133 57 0 65 114 30 22 75 57
Binary 11000001 1011011 101111 0 110101 1001100 11000 10010 111101 101111

Color Harmonies of #C15B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15B2F

Black with #C15B2F

Text Example


Text Example

White with #C15B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15B2F; }

 p { color: rgb(193,91,47); }

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

background-color css

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

 a { background-color: rgb(193,91,47); }

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

border-color css

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

 span { border-color: rgb(193,91,47); }

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