Html Css Color HEX #C4582A Smoke Tree

📋 copy color: '#C4582A'

red 196 ◦ green 88 ◦ blue 42

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

Shades of Smoke Tree #C4582A

Tints of Smoke Tree #C4582A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.88%

R = 60.12%
G = 26.99%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C4582A (or 0xC4582A) is known color: Smoke Tree. HEX triplet: C4, 58 and 2A. RGB value is (196,88,42). Sum of RGB (Red+Green+Blue) = 196+88+42=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C4582A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4582A is #3BA7D5. Grayscale: #737373. Windows color (decimal): -3909590 or 2775236. OLE color: 2775236.

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

Color convert

RGB 196 88 42 -
CMYK 0 0.55 0.79 0.23
HSL 17.92º 0.65% 0.47% -
HSV(B) 17.92º 0.79% 0.77% -
XYZ 26.67 18.88 4.43 -
YUV 115.05 86.78 185.74 -
System Red Green Blue C M Y K H S L
Decimal 196 88 42 0 0.55 0.79 0.23 17.92 0.65 0.47
Hex C4 58 2A 0 37 4F 17 12 41 2F
Octal 304 130 52 0 67 117 27 22 101 57
Binary 11000100 1011000 101010 0 110111 1001111 10111 10010 1000001 101111

Color Harmonies of #C4582A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4582A

Black with #C4582A

Text Example


Text Example

White with #C4582A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4582A; }

 p { color: rgb(196,88,42); }

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

background-color css

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

 a { background-color: rgb(196,88,42); }

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

border-color css

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

 span { border-color: rgb(196,88,42); }

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