Html Css Color HEX #C35F31 Smoke Tree

📋 copy color: '#C35F31'

red 195 ◦ green 95 ◦ blue 49

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

Shades of Smoke Tree #C35F31

Tints of Smoke Tree #C35F31

RGB

 RED value IS 195 (76.56% from 255) = 57.52%

 GREEN value IS 95 (37.5% from 255) = 28.02%

 BLUE value IS 49 (19.53% from 255) = 14.45%

R = 57.52%
G = 28.02%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C35F31 (or 0xC35F31) is known color: Smoke Tree. HEX triplet: C3, 5F and 31. RGB value is (195,95,49). Sum of RGB (Red+Green+Blue) = 195+95+49=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35F31 is #3CA0CE. Grayscale: #777777. Windows color (decimal): -3973327 or 3235779. OLE color: 3235779.

HSL color Cylindrical-coordinate representation of color #C35F31: hue angle of 18.9º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C35F31 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 95 49 -
CMYK 0 0.51 0.75 0.24
HSL 18.9º 0.6% 0.48% -
HSV(B) 18.9º 0.75% 0.76% -
XYZ 27.15 20.01 5.34 -
YUV 119.66 88.13 181.74 -
System Red Green Blue C M Y K H S L
Decimal 195 95 49 0 0.51 0.75 0.24 18.9 0.6 0.48
Hex C3 5F 31 0 33 4B 18 13 3C 30
Octal 303 137 61 0 63 113 30 23 74 60
Binary 11000011 1011111 110001 0 110011 1001011 11000 10011 111100 110000

Color Harmonies of #C35F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F31

Black with #C35F31

Text Example


Text Example

White with #C35F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F31; }

 p { color: rgb(195,95,49); }

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

background-color css

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

 a { background-color: rgb(195,95,49); }

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

border-color css

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

 span { border-color: rgb(195,95,49); }

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