Html Css Color HEX #C3895B Twine

📋 copy color: '#C3895B'

red 195 ◦ green 137 ◦ blue 91

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

Shades of Twine #C3895B

Tints of Twine #C3895B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.39%

 BLUE value IS 91 (35.94% from 255) = 21.51%

R = 46.1%
G = 32.39%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3895B (or 0xC3895B) is known color: Twine. HEX triplet: C3, 89 and 5B. RGB value is (195,137,91). Sum of RGB (Red+Green+Blue) = 195+137+91=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C3895B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3895B is #3C76A4. Grayscale: #959595. Windows color (decimal): -3962533 or 5999043. OLE color: 5999043.

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

Color convert

RGB 195 137 91 -
CMYK 0 0.30 0.53 0.24
HSL 26.54º 0.46% 0.56% -
HSV(B) 26.54º 0.53% 0.76% -
XYZ 33.34 30.25 13.98 -
YUV 149.1 95.22 160.74 -
System Red Green Blue C M Y K H S L
Decimal 195 137 91 0 0.30 0.53 0.24 26.54 0.46 0.56
Hex C3 89 5B 0 1E 35 18 1B 2E 38
Octal 303 211 133 0 36 65 30 33 56 70
Binary 11000011 10001001 1011011 0 11110 110101 11000 11011 101110 111000

Color Harmonies of #C3895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3895B

Black with #C3895B

Text Example


Text Example

White with #C3895B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3895B; }

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

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

background-color css

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

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

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

border-color css

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

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

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