Html Css Color HEX #C45B30 Smoke Tree

📋 copy color: '#C45B30'

red 196 ◦ green 91 ◦ blue 48

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

Shades of Smoke Tree #C45B30

Tints of Smoke Tree #C45B30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.33%

R = 58.51%
G = 27.16%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C45B30 (or 0xC45B30) is known color: Smoke Tree. HEX triplet: C4, 5B and 30. RGB value is (196,91,48). Sum of RGB (Red+Green+Blue) = 196+91+48=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C45B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45B30 is #3BA4CF. Grayscale: #757575. Windows color (decimal): -3908816 or 3169220. OLE color: 3169220.

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

Color convert

RGB 196 91 48 -
CMYK 0 0.54 0.76 0.23
HSL 17.43º 0.61% 0.48% -
HSV(B) 17.43º 0.76% 0.77% -
XYZ 27.04 19.43 5.12 -
YUV 117.49 88.79 184 -
System Red Green Blue C M Y K H S L
Decimal 196 91 48 0 0.54 0.76 0.23 17.43 0.61 0.48
Hex C4 5B 30 0 36 4C 17 11 3D 30
Octal 304 133 60 0 66 114 27 21 75 60
Binary 11000100 1011011 110000 0 110110 1001100 10111 10001 111101 110000

Color Harmonies of #C45B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45B30

Black with #C45B30

Text Example


Text Example

White with #C45B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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