Html Css Color HEX #C45B2D Smoke Tree

📋 copy color: '#C45B2D'

red 196 ◦ green 91 ◦ blue 45

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

Shades of Smoke Tree #C45B2D

Tints of Smoke Tree #C45B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.55%

R = 59.04%
G = 27.41%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C45B2D (or 0xC45B2D) is known color: Smoke Tree. HEX triplet: C4, 5B and 2D. RGB value is (196,91,45). Sum of RGB (Red+Green+Blue) = 196+91+45=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C45B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45B2D is #3BA4D2. Grayscale: #757575. Windows color (decimal): -3908819 or 2972612. OLE color: 2972612.

HSL color Cylindrical-coordinate representation of color #C45B2D: hue angle of 18.28º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C45B2D is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 91 45 -
CMYK 0 0.54 0.77 0.23
HSL 18.28º 0.63% 0.47% -
HSV(B) 18.28º 0.77% 0.77% -
XYZ 26.98 19.41 4.81 -
YUV 117.15 87.29 184.24 -
System Red Green Blue C M Y K H S L
Decimal 196 91 45 0 0.54 0.77 0.23 18.28 0.63 0.47
Hex C4 5B 2D 0 36 4D 17 12 3F 2F
Octal 304 133 55 0 66 115 27 22 77 57
Binary 11000100 1011011 101101 0 110110 1001101 10111 10010 111111 101111

Color Harmonies of #C45B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45B2D

Black with #C45B2D

Text Example


Text Example

White with #C45B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45B2D; }

 p { color: rgb(196,91,45); }

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

background-color css

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

 a { background-color: rgb(196,91,45); }

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

border-color css

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

 span { border-color: rgb(196,91,45); }

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