Html Css Color HEX #C35B2D Smoke Tree

📋 copy color: '#C35B2D'

red 195 ◦ green 91 ◦ blue 45

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

Shades of Smoke Tree #C35B2D

Tints of Smoke Tree #C35B2D

RGB

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

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

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

R = 58.91%
G = 27.49%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C35B2D (or 0xC35B2D) is known color: Smoke Tree. HEX triplet: C3, 5B and 2D. RGB value is (195,91,45). Sum of RGB (Red+Green+Blue) = 195+91+45=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C35B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35B2D is #3CA4D2. Grayscale: #757575. Windows color (decimal): -3974355 or 2972611. OLE color: 2972611.

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

Color convert

RGB 195 91 45 -
CMYK 0 0.53 0.77 0.24
HSL 18.4º 0.63% 0.47% -
HSV(B) 18.4º 0.77% 0.76% -
XYZ 26.72 19.27 4.79 -
YUV 116.85 87.46 183.74 -
System Red Green Blue C M Y K H S L
Decimal 195 91 45 0 0.53 0.77 0.24 18.4 0.63 0.47
Hex C3 5B 2D 0 35 4D 18 12 3E 2F
Octal 303 133 55 0 65 115 30 22 76 57
Binary 11000011 1011011 101101 0 110101 1001101 11000 10010 111110 101111

Color Harmonies of #C35B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35B2D

Black with #C35B2D

Text Example


Text Example

White with #C35B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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