Html Css Color HEX #C3895F Twine

📋 copy color: '#C3895F'

red 195 ◦ green 137 ◦ blue 95

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

Shades of Twine #C3895F

Tints of Twine #C3895F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.25%

R = 45.67%
G = 32.08%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3895F (or 0xC3895F) is known color: Twine. HEX triplet: C3, 89 and 5F. RGB value is (195,137,95). Sum of RGB (Red+Green+Blue) = 195+137+95=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C3895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3895F is #3C76A0. Grayscale: #959595. Windows color (decimal): -3962529 or 6261187. OLE color: 6261187.

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

Color convert

RGB 195 137 95 -
CMYK 0 0.30 0.51 0.24
HSL 25.2º 0.45% 0.57% -
HSV(B) 25.2º 0.51% 0.76% -
XYZ 33.52 30.32 14.91 -
YUV 149.55 97.22 160.42 -
System Red Green Blue C M Y K H S L
Decimal 195 137 95 0 0.30 0.51 0.24 25.2 0.45 0.57
Hex C3 89 5F 0 1E 33 18 19 2D 39
Octal 303 211 137 0 36 63 30 31 55 71
Binary 11000011 10001001 1011111 0 11110 110011 11000 11001 101101 111001

Color Harmonies of #C3895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3895F

Black with #C3895F

Text Example


Text Example

White with #C3895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3895F; }

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

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

background-color css

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

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

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

border-color css

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

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

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