Html Css Color HEX #C35B2C Smoke Tree

📋 copy color: '#C35B2C'

red 195 ◦ green 91 ◦ blue 44

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

Shades of Smoke Tree #C35B2C

Tints of Smoke Tree #C35B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.33%

R = 59.09%
G = 27.58%
B = 13.33%

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

#C35B2C (or 0xC35B2C) is known color: Smoke Tree. HEX triplet: C3, 5B and 2C. RGB value is (195,91,44). Sum of RGB (Red+Green+Blue) = 195+91+44=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C35B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35B2C is #3CA4D3. Grayscale: #757575. Windows color (decimal): -3974356 or 2907075. OLE color: 2907075.

HSL color Cylindrical-coordinate representation of color #C35B2C: hue angle of 18.68º degrees, saturation: 0.63, 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 #C35B2C is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 91 44 -
CMYK 0 0.53 0.77 0.24
HSL 18.68º 0.63% 0.47% -
HSV(B) 18.68º 0.77% 0.76% -
XYZ 26.7 19.27 4.69 -
YUV 116.74 86.96 183.82 -
System Red Green Blue C M Y K H S L
Decimal 195 91 44 0 0.53 0.77 0.24 18.68 0.63 0.47
Hex C3 5B 2C 0 35 4D 18 13 3F 2F
Octal 303 133 54 0 65 115 30 23 77 57
Binary 11000011 1011011 101100 0 110101 1001101 11000 10011 111111 101111

Color Harmonies of #C35B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35B2C

Black with #C35B2C

Text Example


Text Example

White with #C35B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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