Html Css Color HEX #C15828 Smoke Tree

📋 copy color: '#C15828'

red 193 ◦ green 88 ◦ blue 40

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

Shades of Smoke Tree #C15828

Tints of Smoke Tree #C15828

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.41%

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

R = 60.12%
G = 27.41%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C15828 (or 0xC15828) is known color: Smoke Tree. HEX triplet: C1, 58 and 28. RGB value is (193,88,40). Sum of RGB (Red+Green+Blue) = 193+88+40=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C15828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15828 is #3EA7D7. Grayscale: #727272. Windows color (decimal): -4106200 or 2644161. OLE color: 2644161.

HSL color Cylindrical-coordinate representation of color #C15828: hue angle of 18.82º 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 #C15828 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 88 40 -
CMYK 0 0.54 0.79 0.24
HSL 18.82º 0.66% 0.46% -
HSV(B) 18.82º 0.79% 0.76% -
XYZ 25.87 18.47 4.21 -
YUV 113.92 86.29 184.4 -
System Red Green Blue C M Y K H S L
Decimal 193 88 40 0 0.54 0.79 0.24 18.82 0.66 0.46
Hex C1 58 28 0 36 4F 18 13 42 2E
Octal 301 130 50 0 66 117 30 23 102 56
Binary 11000001 1011000 101000 0 110110 1001111 11000 10011 1000010 101110

Color Harmonies of #C15828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15828

Black with #C15828

Text Example


Text Example

White with #C15828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15828; }

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

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

background-color css

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

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

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

border-color css

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

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

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