Html Css Color HEX #C45C2F Smoke Tree

📋 copy color: '#C45C2F'

red 196 ◦ green 92 ◦ blue 47

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

Shades of Smoke Tree #C45C2F

Tints of Smoke Tree #C45C2F

RGB

 RED value IS 196 (76.95% from 255) = 58.51%

 GREEN value IS 92 (36.33% from 255) = 27.46%

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

R = 58.51%
G = 27.46%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C45C2F (or 0xC45C2F) is known color: Smoke Tree. HEX triplet: C4, 5C and 2F. RGB value is (196,92,47). Sum of RGB (Red+Green+Blue) = 196+92+47=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45C2F is #3BA3D0. Grayscale: #767676. Windows color (decimal): -3908561 or 3103940. OLE color: 3103940.

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

Color convert

RGB 196 92 47 -
CMYK 0 0.53 0.76 0.23
HSL 18.12º 0.61% 0.48% -
HSV(B) 18.12º 0.76% 0.77% -
XYZ 27.11 19.6 5.04 -
YUV 117.97 87.96 183.66 -
System Red Green Blue C M Y K H S L
Decimal 196 92 47 0 0.53 0.76 0.23 18.12 0.61 0.48
Hex C4 5C 2F 0 35 4C 17 12 3D 30
Octal 304 134 57 0 65 114 27 22 75 60
Binary 11000100 1011100 101111 0 110101 1001100 10111 10010 111101 110000

Color Harmonies of #C45C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45C2F

Black with #C45C2F

Text Example


Text Example

White with #C45C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45C2F; }

 p { color: rgb(196,92,47); }

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

background-color css

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

 a { background-color: rgb(196,92,47); }

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

border-color css

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

 span { border-color: rgb(196,92,47); }

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